0.0.2 • Published 8 years ago

hexo-generator-fbia v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hexo-generator-fbia

Build Status NPM version Coverage Status

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 or false to show all posts)
  • path - Feed path. (Default: fbia.xml)