Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wongzigii/wongzigii.github.io

Blog
https://github.com/wongzigii/wongzigii.github.io

blog hexo

Last synced: about 1 month ago
JSON representation

Blog

Awesome Lists containing this project

README

        

# Blog

You can see the generated files at [master branch](https://github.com/wongzigii/wongzigii.github.io/tree/master) .

## Getting started

Install dependencies:

````bash
$ npm install -g hexo
$ git clone https://github.com/wongzigii/wongzigii.github.io
$ cd wongzigii.github.io
$ npm install
````

Generate:

````bash
$ hexo generate
````

Run server:

````bash
$ hexo server
````