https://zhangjunpeng411.github.io/
https://georgecushen.com/create-your-website-with-hugo/#installing-hugo
git add .
git commit -m "Initial commit"
git push -u origin master
hugo
cd public
git add .
git commit -m "Build website"
git push -u origin master