Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disoul/hanayo
node.js static blog generator
https://github.com/disoul/hanayo
Last synced: about 1 month ago
JSON representation
node.js static blog generator
- Host: GitHub
- URL: https://github.com/disoul/hanayo
- Owner: disoul
- Created: 2015-11-03T07:38:37.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2016-02-17T12:01:33.000Z (almost 9 years ago)
- Last Synced: 2024-12-15T13:42:29.678Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```shell
npm install hanayo -g
```
## Init proj```shell
hanayo init
```
## Build files```shell
hanayo build
```## Start server
```shell
hanayo server
```then open http://127.0.0.1:8000