Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 479 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 479 Bytes

My blog

This repo is about my blog that builds with Hugo.

Local development

Clone repo

  1. clone with submodule
$ git clone --recursive [email protected]:kaka-lin/my-blog-hugo.git
  1. update after clone
$ git submodule update --init --recursive

Update the submodule to the latest remote commit, as below:

$ git submodule update --remote --merge

Draft

$ hugo server -D

Deploy

$ ./deploy.sh