hexo-generator-fbia
v0.0.2
Published
Facebook Instant Articles Feed generator plugin for Hexo
Downloads
4
Readme
hexo-generator-fbia
Generate Facebook Instant Articles Feed feed.
Install
$ npm install hexo-generator-fbia --save
- Hexo 3: 1.x
- Hexo 2: 0.x
Options
You can configure this plugin in _config.yml
.
fbia:
limit: 20
path: fbia.xml
- limit - Maximum number of posts in the feed (Use
0
orfalse
to show all posts) - path - Feed path. (Default: fbia.xml)