All Projects → hexojs → Hexo Generator Archive

hexojs / Hexo Generator Archive

Licence: mit
Archive generator plugin for Hexo.

Programming Languages

javascript
184084 projects - #8 most used programming language

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
  • 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)

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].