Gathering detailed insights and metrics for hexo-generator-feed
Gathering detailed insights and metrics for hexo-generator-feed
Gathering detailed insights and metrics for hexo-generator-feed
Gathering detailed insights and metrics for hexo-generator-feed
npm install hexo-generator-feed
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
583 Stars
319 Commits
106 Forks
18 Watching
3 Branches
65 Contributors
Updated on 28 Nov 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-16.9%
731
Compared to previous day
Last week
-0.6%
4,690
Compared to previous week
Last month
-0.3%
20,210
Compared to previous month
Last year
34.6%
258,127
Compared to previous year
Generate Atom 1.0 or RSS 2.0 feed.
1npm install hexo-generator-feed --save
In the front-matter of your post, you can optionally add a description
, intro
or excerpt
setting to write a summary for the post. Otherwise the summary will default to the excerpt or the first 140 characters of the post.
You can configure this plugin in _config.yml
.
1feed: 2 enable: true 3 type: atom 4 path: atom.xml 5 limit: 20 6 hub: 7 content: 8 content_limit: 140 9 content_limit_delim: ' ' 10 order_by: -date 11 icon: icon.png 12 autodiscovery: true 13 template:
atom
or rss2
. Specify ['atom', 'rss2']
to output both types. (Default: atom
)
1feed: 2 # Generate atom feed 3 type: atom 4 5 # Generate both atom and rss2 feeds 6 type: 7 - atom 8 - rss2 9 path: 10 - atom.xml 11 - rss2.xml
0
or false
to show all posts)true
)
1# (Optional) Exclude custom template from being copied into public/ folder 2# Alternatively, you could also prepend an underscore to its filename, e.g. _custom.xml 3# https://hexo.io/docs/configuration#Include-Exclude-Files-or-Folders 4exclude: 5 - 'custom.xml' 6feed: 7 type: 8 - atom 9 - rss2 10 template: 11 - ./source/custom.xml 12 # atom will be generated using custom.xml 13 # rss2 will be generated using the default template instead
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 5/7 approved changesets -- score normalized to 7
Reason
0 commit(s) and 1 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
branch protection not enabled on development/release branches
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-25
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