Building a Static Blog with Hugo + GitHub Pages
References: Reference 1, Reference 2
1. Preparation
1.1 Install Git
Git is a distributed version control system. Common commands: git init, git clone, git add, git commit, git push, git pull, git branch, git merge.