hexo-generator-multilingual-archive

0.2.0 • Public • Published

hexo-generator-multilingual-archive

Build Status NPM version Coverage Status Dependency Status License

Multilingual archive generator for Hexo.

Installation

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

Options

archive_generator:
  per_page: 10
  yearly: true
  monthly: true
  • per_page: Posts displayed per page. (0 = disable pagination)
  • yearly: Generate yearly archive.
  • monthly: Generate monthly archive.

Default configuration is:

  • per_page: the configured per_page (outside archive_generator) or 10.
  • yearly: true.
  • monthly: true.

Localizable configuration

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

  • archive_generator
    • per_page
    • yearly
    • monthly
  • archive_dir
  • pagination_dir
  • title

License

MIT

Package Sidebar

Install

npm i hexo-generator-multilingual-archive

Homepage

hexo.io/

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • ahaasler