Hexo添加RSS订阅 2020-12-16 RSS 的使用必不可少。下面说下安装步骤。 在博客目录下安装插件: 1npm install hexo-generator-feed 在主目录 Blog 下的配置文件_config.yml文件添加以下内容: 12345678910# Extensions## Plugins: http://hexo.io/plugins/#RSS订阅plugin:- hexo-generator-feed#Feed Atomfeed:type: atompath: atom.xmllimit: 20 theme配置文件_config.yml,修改相应配置为: 1rss: /atom.xml