hexo-generator-multilingual-archive

Multilingual archive generator for Hexo.

Usage no npm install needed!

<script type="module">
  import hexoGeneratorMultilingualArchive from 'https://cdn.skypack.dev/hexo-generator-multilingual-archive';
</script>

README

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