Deploying GitHub Pages with Hugo
Learn more about hugo as gohugo.io
Create a Hugo site
Install Hugo (see chocolatey)
choco install hugo -confirm
Follow Directions to install Minimal
git submodule add https://github.com/calintat/minimal.git themes/minimal
git submodule init
git submodule update
Set up GitHub Pages
Checkout dev branch
git checkout -b dev
Change master branch to .../sblack.github.io/public
From the root of my project (.../sblack.github.io)
git clone -b master https://github.com/sblack4/sblack4.github.io.git public