Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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