hexo-generator-category-feed-3x
v2.0.0
Published
Module to produce the feed of each category.
Downloads
3
Readme
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 [email protected]: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
orfalse
to show all posts)