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