Install Hugo.
$ brew install hugo
$ hugo version
Hugo Static Site Generator v0.16 BuildDate: 2016-06-06T21:37:59+09:00
Clone this repository.
$ git@github.com:Catatsu/catatsu.blog.git
Congratulations!!
first, create markdown file and edit. (type title_name, author_name)
$ sh create.sh foo-bar nabeen
And push it to master branch, done.
If you want to see preview,
$ hugo server -D -w
If you want to build on local machine,
$ hugo
If you want to see all commands, please check Hugo Commands page.