Skip to content

dotmacro/hexo-generator-index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-generator-index

Build Status NPM version Coverage Status

Index generator for Hexo. This fork of hexo-generator-index generates a blog index located at /blog, allowing for a static homepage.


Installation

$ npm install hexo-generator-index --save

Options

index_generator:
  per_page: 10
  order_by: -date
  • per_page: Posts displayed per page. (0 = disable pagination)
  • order_by: Posts order. (Order by date descending by default)

License

MIT

About

Index generator plugin for Hexo.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%