rss
rss:
enable: false
This configuration item is used to enable the RSS subscription function.
Start the process:
Install the plugin
hexo-generator-feed
in the root directory of the Hexo project.$ npm install hexo-generator-feed
Add the following configuration items at the bottom of the Hexo configuration file
_config.redefine.yml
.# Feed Atom
# npm install hexo-generator-feed
feed:
type: atom
path: atom.xml
limit: 20Enable RSS in the Redefine theme configuration file
_config.redefine.yml
.rss:
enable: trueAfter the RSS subscription function is enabled, the RSS button will be displayed in the lower right corner tool button group.