Skip to main content

rss

rss:
enable: false

This configuration item is used to enable the RSS subscription function.

Start the process:

  1. Install the plugin hexo-generator-feed in the root directory of the Hexo project.

    $ npm install hexo-generator-feed
  2. 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
  3. Enable RSS in the Redefine theme configuration file _config.redefine.yml.

    rss:
    enable: true
  4. 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