The master
branch contains all source codes for the page. Generated contents are deployed to the docs
branch.
Install Hugo first. Note that this repository use the hugo extended version.
$ git clone --recursive git@github.com:linyanbin666/linyanbin666.github.io.git
$ git submodule update --init --recursive --remote
$ hugo new posts/article.md
$ hugo server -D
$ hugo
This repository has been configured for deployment with GitHub Actions. See Actions.