add rss feed into hexo blog - install feed plugin in hexo blog

install hexo-generator-feed

1
$ npm install hexo-generator-feed --save

add following contents into _config.yml

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

more on http://searchfor.space