Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

zklhp/hexo-generator-category-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Category feed generator plugin for Hexo 3.x.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published