hexo-generator-multilingual-feed

1.2.2 • Public • Published

hexo-generator-multilingual-feed

Build Status NPM version Coverage Status Dependency Status License

Multilingual Atom 1.0 or RSS 2.0 feed generator for Hexo.

Install

npm install hexo-generator-multilingual-feed --save

Options

You can configure this plugin in _config.yml.

feed:
  type: atom
  path: atom.xml
  limit: 20
  • type - Feed type. (atom/rss2. Default: atom).
  • path - Feed path. (Default: atom.xml/rss2.xml).
  • limit - Maximum number of posts in the feed (Use 0 or false to show all posts. Default: 20).

Localizable configuration

These are the values that this generator uses and can be localized:

  • feed
    • type
    • path
    • limit
  • title
  • subtitle
  • description
  • author
  • email

License

MIT

Package Sidebar

Install

npm i hexo-generator-multilingual-feed

Homepage

hexo.io/

Weekly Downloads

2

Version

1.2.2

License

MIT

Last publish

Collaborators

  • ahaasler