Generate a new post.
hugo new posts/post-name.mdIf post has images then create an image directory for it.
mkdir static\image\post-nameUse Visual Studio to edit the new post's markdown file in:
content\posts\post-name.mdRun the Hugo server while editing.
hugo serverWhen complete quit hugo server and run hugo to generate static files.
hugoThen add modified and new files to git, commit and push.
git add .
git commit -m "New post - Post Name"
git pushThe git push to github will kick off a process on github to publish the changes.
Profit.
https://www.overleaf.com/learn/latex/Mathematical_expressions