3.4插件订阅RSS

插件 hexo-generator-feed

安装

1
npm install hexo-generator-feed --save

配置

_config.yml文件中配置

1
2
3
4
5
6
7
8
9
feed:
type: atom
path: atom.xml
limit: 20
hub:
content:
content_limit: 140
content_limit_delim: ' '
order_by: -date

使用

public 文件夹中生成 atom.xml 文件

没搞太明白