hexo-generator-json-feed-org

1.0.5 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.5
    1
  • 1.0.4
    1

Package Sidebar

Install

npm i hexo-generator-json-feed-org

Weekly Downloads

1

Version

1.0.5

License

MIT

Last publish

Collaborators

  • rmlewisuk