hexo-generator-column
Column generator for Hexo, you can build multi-column, such as 'News', 'Music', 'Blog' not only 'archive' in your website...
Installation
$ npm install hexo-generator-column --save
Options
site config
columns:- books- newscolumn_generator:per_page: 10yearly: truemonthly: truedaily: false
theme config
# Headermenu:主页: .书店: books新闻: news
layout: this.column
in post.md, this post will auto has ---title: bibihub incomingcolumn: booksdate: 2016-01-27 15:29:24---
- per_page: Posts displayed per page. (0 = disable pagination)
- yearly: Generate yearly archive.
- monthly: Generate monthly archive.
- daily: Generate daily archive.
License
MIT