安装此款插件,会自动生成atom.xml文件,让你的网站具备RSS订阅功能(可以通过使用RSS软件订阅你的网站)。
你的网站文件夹,举例为website。
website
命令行进入到webiste目录。
webiste
执行命令安装hexo插件:
1
$ npm install hexo-generator-feed --save
_config.yml
12345678910111213
feed: enable: true type: atom path: atom.xml limit: 20 hub: content: content_limit: 140 content_limit_delim: ' ' order_by: -date icon: icon.png autodiscovery: true template:
hexo clean && hexo g && hexo s
引用: