hanayo
v0.7.8
Published
static blog generator by node
Downloads
23
Readme
Hanayo(Work in Process)
基于node的一个静态博客站点生成器
A static blog generator writed by Node.js
Usage
Requirements
hanayo requires the compass ruby gem in order to compile the default theme which is writen by compass
gem update --system
gem install compass
Install
npm install hanayo -g
Init proj
hanayo init
Build files
hanayo build
Start server
hanayo server
then open http://127.0.0.1:8000