2.0.0 • Published 8 years ago

hexo-generator-category-feed-3x v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Feed generator

Generate Feed for each category separately with Hexo 3.x compatible. It is forked from the original hexo-generator-category-feed.

Install

$ cd /path/to/blog/node_modules
$ git clone git@github.com:zklhp/hexo-generator-category-feed.git
$ cd /path/to/blog/
$ npm install /path/to/blog/node_modules/hexo-generator-category-feed

Options

You can configure this plugin in _config.yml.

feed:
    type: atom
    path: atom.xml
    limit: 20
  • type - Feed type. (atom/rss2)
  • path - Feed path. (Default: atom.xml/rss2.xml)
  • limit - Maximum number of posts in the feed (Use 0 or false to show all posts)