Catatsu / catatsu.blog

Hugo管理用リポジトリです
3 stars 0 forks source link

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.

$ git@github.com: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.