Skip to content

kaka-lin/my-blog

Repository files navigation

My blog

This repo is about my blog that builds with Hugo.

Local development

Clone repo

  1. clone with submodule
$ git clone --recursive git@github.com: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