0.3.1 • Published 8 years ago

hexo-generator-multilingual-index v0.3.1

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

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