chenxixian 26f6b37cfe add files 6 лет назад
..
lib 26f6b37cfe add files 6 лет назад
.eslintignore 26f6b37cfe add files 6 лет назад
.eslintrc 26f6b37cfe add files 6 лет назад
.jscsrc 26f6b37cfe add files 6 лет назад
.npmignore 26f6b37cfe add files 6 лет назад
LICENSE 26f6b37cfe add files 6 лет назад
README.md 26f6b37cfe add files 6 лет назад
index.js 26f6b37cfe add files 6 лет назад
package.json 26f6b37cfe add files 6 лет назад

README.md

hexo-generator-index

Build Status NPM version Coverage Status

Index generator for Hexo.

Installation

$ npm install hexo-generator-index --save

Options

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