hexo 添加RSS订阅
程序员文章站
2022-04-15 13:13:57
...
1.安装插件:npm install hexo-generator-feed
2.在主目录blog下的配置文件_config.yml的末尾添加以下内容:
# 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,修改相应配置为:
rss: /atom.xml
上一篇: win使用hexo和github搭建博客
下一篇: struts2 防止重复提交 实例代码