hexo-generator-index-pin-top

0.2.2 • Public • Published

hexo-generator-index

Build Status NPM version Coverage Status

Index generator for Hexo.

Installation

$ npm install hexo-generator-index --save

Feautres

This version supports pin-top feature, you can add the top: True field to post's front-matter to pin it.

Options

Add or modify the following section to your root _config.yml file

index_generator:
  path: ''
  per_page: 10
  order_by: -date
  • path: Root path for your blogs index page. (default = '')
  • per_page: Posts displayed per page. (0 = disable pagination)
  • order_by: Posts order. (Order by date descending by default)

License

MIT

Package Sidebar

Install

npm i hexo-generator-index-pin-top

Homepage

hexo.io/

Weekly Downloads

780

Version

0.2.2

License

MIT

Last publish

Collaborators

  • netcan