1.0.0 • Published 5 months ago

hexo-archive-bychapter v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

hexo-generator-archive

Build Status NPM version Coverage Status

Archive generator for Hexo.

Installation

$ npm install hexo-generator-archive --save

Options

archive_generator:
  enabled: true
  per_page: 10
  yearly: true
  monthly: true
  daily: false
  order_by: -date
  by_chapter: false
  • enabled: The default value is true, set to false if you do not want to enable the plugin
  • per_page: Posts displayed per page. (0 = disable pagination)
  • yearly: Generate yearly archive.
  • monthly: Generate monthly archive.
  • daily: Generate daily archive.
  • order_by: Posts order. (Order by date descending by default)
  • by_chapter: Enables archive by chapter (defined in front-matter).

License

MIT

1.0.0

5 months ago