使用RSS插件,来生成rss信息。
hexo根目录下进入git命令台
npm install hexo-generator-sitemap
hexo根目录下的 _config.yml 文件中,增加以下内容:
# Plugins
plugins:
- hexo-generator-feed
每个主题的RSS地址相同
修改主题文件夹(如 themes\pacman\)中的 _config.yml 文件
#### RSS
rss: ## RSS address.
- http://winspread.github.io/atom.xml
原文:http://www.cnblogs.com/CoolSoul/p/4984791.html