Modified version of hexo-generator-json-feed to meet the JSON feed specification.
Hexo plugin to generate a valid JSON feed (https://jsonfeed.org/)
npm i -S hexo-generator-json-feed-orgHexo 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
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