Skip to content

Hexo plugin to generate a JSON feed as per the jsonfeed.org specification

License

Notifications You must be signed in to change notification settings

lantian1998/hexo-generator-json-feed-org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modified version of hexo-generator-json-feed to meet the JSON feed specification.

hexo-generator-json-feed-org

Hexo plugin to generate a valid JSON feed (https://jsonfeed.org/)

Installation and usage

npm i -S hexo-generator-json-feed-org

Hexo will run the generator automatically when you run hexo serve or hexo generate.

Configuration

Add the following to your _config.yml file to customise the feed

jsonFeed:
  limit: 25
  name: 'custom'
  • limit - The amount of items shown in the feed, if this doesn't exists, all posts will be shown
  • name - default: feed

About

Hexo plugin to generate a JSON feed as per the jsonfeed.org specification

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%