Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 466 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 466 Bytes

This is repository contained blog contents. You can visit blog at gghcode.github.io

Basic Usage

1. Clone blog repository

$ git clone --recursive [email protected]:gghcode/blog.git

or

$ git clone [email protected]:gghcode/blog.git
$ git submodule init
$ git submodule update

2. Build hugo site

$ make build

3. Run hugo-server on local

$ make run

4. Create new blog post

$ make post title="<title>"