Gathering detailed insights and metrics for hexo-generator-index
Gathering detailed insights and metrics for hexo-generator-index
Gathering detailed insights and metrics for hexo-generator-index
Gathering detailed insights and metrics for hexo-generator-index
npm install hexo-generator-index
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
53 Stars
94 Commits
45 Forks
15 Watching
4 Branches
42 Contributors
Updated on 05 Nov 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
13.2%
4,184
Compared to previous day
Last week
6%
21,739
Compared to previous week
Last month
9.6%
90,520
Compared to previous month
Last year
83.9%
1,169,027
Compared to previous year
1
Index generator for Hexo.
It generates an archive of posts on your homepage, according to the index
or archive
layout of your theme.
1npm install hexo-generator-index --save
Add or modify the following section to your root _config.yml
file.
1index_generator: 2 path: "" 3 per_page: 10 4 order_by: -date 5 pagination_dir: page 6 layout: ["index", "archive"]
""
config.per_page
as specified in the official Hexo docs (if present), otherwise 10
0
disables pagination.-date
(date descending)page
awesome-page
makes the URL ends with awesome-page/<page number>
for second page and beyond.["index", "archive"]
The sticky
parameter in the post Front-matter will be used to pin the post to the top of the index page. Higher sticky
means that it will be ranked first.
1--- 2title: Hello World 3date: 2013/7/13 20:46:25 4sticky: 100 5---
If your theme define a non-archive index
layout (e.g. About Me page), this plugin would follow that layout instead and not generate an archive. In that case, use hexo-generator-archive to generate an archive according to the archive
layout.
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 15/16 approved changesets -- score normalized to 9
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More