hexo-generator-column

0.0.1 • Public • Published

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
  - news
column_generator:
  per_page: 10
  yearly: true
  monthly: true
  daily: false

theme config

# Header
menu:
  主页: .
  书店: books
  新闻: news

in post.md, this post will auto has layout: this.column

---
title: bibihub incoming
column: books
date: 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i hexo-generator-column

Homepage

bibihub.com/

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • toadgg