hexo-generator-fbia

Facebook Instant Articles Feed generator plugin for Hexo

Usage no npm install needed!

<script type="module">
  import hexoGeneratorFbia from 'https://cdn.skypack.dev/hexo-generator-fbia';
</script>

README

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)