I will move my blog to the Tistory. See ya.
This is my personal blog files. My blog uses hexo which is framework for blog.
- clone this repo
$ git clone git@github.com:hun-a/blog.git
- install the dependencies
$ cd blog && npm install
- install the hexo
$ npm install -g hexo-cli
- write the post (refer to here)
- deployment
$ hexo deploy --generate