Home

Awesome

hexo-generator-index-pin-top

Build Status NPM version Coverage Status

Index generator for Hexo. Pin top version

Installation

$ npm uninstall hexo-generator-index --save
$ npm install hexo-generator-index-pin-top --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

License

MIT