0.3.2 • Published 8 years ago

hexo-generator-multilingual-category v0.3.2

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

hexo-generator-multilingual-category

Build Status NPM version Coverage Status Dependency Status License

Multilingual category generator for Hexo.

Installation

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

Options

You can configure this plugin in _config.yml.

category_generator:
  per_page: 10
  • per_page: Posts displayed per page (0 = disable pagination).

Localizable configuration

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

  • category_generator
    • per_page
  • category_dir
  • pagination_dir

Helpers

This plugins overrides default Hexo helpers:

  • list_categories: Inserts a list of all categories for the current language.

License

MIT