Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 655 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 655 Bytes

catatsu.github.io

installation

Install Hugo.

$ brew install hugo
$ hugo version
Hugo Static Site Generator v0.16 BuildDate: 2016-06-06T21:37:59+09:00

Clone this repository.

$ [email protected]:Catatsu/catatsu.blog.git

Congratulations!!

usage

first, create markdown file and edit. (type title_name, author_name)

$ sh create.sh foo-bar nabeen

And push it to master branch, done.

etc

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.