The master
branch contains all source codes for the page. Generated contents are deployed to the gh-page
branch.
Install Hugo first.
$ git clone --recursive git@github.com:yuqingc/yuqingc.github.io.git
$ git submodule update --init --recursive --remote
$ hugo new posts/article.md
$ hugo server -D
$ hugo
$ ./bin/publish_to_ghpages.sh
This repository has been configured for deployment with GitHub Actions. See Actions.
- An i18n related issue causes authorbox breaks when using Hugo of which version is newer than 0.76. Do not upgrade Hugo version in
.env
until this issue is fixed.