Skip to content

onlinemad/hexo-generator-fbia

 
 

Repository files navigation

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)

Front-matter

You can use Front-matter to add more feature of Facebook Instant Articles.

fbia:
  og:
    title:
    description:
    image:
  header:
    subtitle:
    kicker:
    img:
    caption:
  footer:
    credits:
    related_articles:
    -
    -
    -
  ad: false

About

Generate Facebook Instant Articles Feed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%