hexo-generator-multilingual-index
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