Skip to content

jpuncle/hexo-generator-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-generator-blog

Build Status NPM version Coverage Status

Blog generator for Hexo, it's like hexo-generator-index, however with custom path support.

Installation

$ npm install hexo-generator-blog --save

Options

blog_generator:
  path: blog
  per_page: 10
  order_by: -date
  • path: Blog path. (Default: blog)
  • per_page: Posts displayed per page. (0 = disable pagination)
  • order_by: Posts order. (Order by date descending by default)

License

MIT

About

Blog generator for hexo

Resources

License

Stars

Watchers

Forks

Packages

No packages published