https://cloudnativedevopsblog.com
brew install hugo
hugo new posts/TITLE.md
When ready to publish, remove draft: true
from the file.
git add posts/TITLE.md
git commit -m "New post about ..."
git push origin master
The blog will automatically build and deploy on any push to the master
branch.