This repo is about my blog that builds with Hugo.
- clone with submodule
$ git clone --recursive git@github.com:kaka-lin/my-blog-hugo.git- update after clone
$ git submodule update --init --recursiveUpdate the submodule to the latest remote commit, as below:
$ git submodule update --remote --merge
$ hugo server -D$ ./deploy.sh