Hugo Installation
https://github.com/gohugoio/hugo
https://gohugo.io/getting-started/quick-start/
https://github.com/MeiK2333/github-style
hugo new site blog
cd blog
git init
git submodule add https://github.com/MeiK2333/github-style.git themes/github-style
## under git bash
echo 'theme = "github-style"' >> config.toml
hugo new post/hugo-installation.md
hugo server -D