hexo-generator-multilingual-index

0.3.1 • Public • Published

hexo-generator-multilingual-index

Build Status NPM version Coverage Status Dependency Status License

Multilingual index generator for Hexo.

Installation

$ npm install hexo-generator-multilingual-index --save

Options

You can configure this plugin in _config.yml.

index_generator:
  per_page: 10
  order_by: -date
  • per_page: Posts displayed per page. (0 = disable pagination).
  • order_by: Posts order. (Order by date descending by default).

Localizable configuration

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

  • index_generator
    • per_page
    • order_by
  • pagination_dir

License

MIT

Package Sidebar

Install

npm i hexo-generator-multilingual-index

Homepage

hexo.io/

Weekly Downloads

1

Version

0.3.1

License

MIT

Last publish

Collaborators

  • ahaasler