cd to local folder:
git add .
git commit -m "commit message"
git push -u origin masterTo regenerate the website’s HTML code when Wercker deployment is not used you will need to run Hugo and upload the public submodule to GitHu
hugo
cd public
git add .
git commit -m "Build message"
git push -u origin masterThese links were pretty useful: