RSS 的使用必不可少。下面说下安装步骤。

  1. 在博客目录下安装插件:

    1
    npm install hexo-generator-feed
  2. 在主目录 Blog 下的配置文件_config.yml文件添加以下内容:

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    # Extensions
    ## Plugins: http://hexo.io/plugins/
    #RSS订阅
    plugin:
    - hexo-generator-feed
    #Feed Atom
    feed:
    type: atom
    path: atom.xml
    limit: 20
  3. theme配置文件_config.yml,修改相应配置为:

    1
    rss: /atom.xml