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: 20
Enable RSS in the Redefine theme configuration file
_config.redefine.yml
.rss: enable: true
After the RSS subscription function is enabled, the RSS button will be displayed in the lower right corner tool button group.
Screen Shot 2022-10-02 at 10.28.49 AM
Last updated