Hexo plugin to generate a JSON feed as per the jsonfeed.org specification
npm install hexo-generator-json-feed-orgModified version of hexo-generator-json-feed to meet the JSON feed specification.
``bash`
npm i -S hexo-generator-json-feed-org
Hexo will run the generator automatically when you run hexo serve or hexo generate.
Add the following to your _config.yml file to customise the feed
`yaml`
jsonFeed:
limit: 25
name: 'custom'
- limit - The amount of items shown in the feed, if this doesn't exists, all posts will be shownname
- - default: feed`