https://gohugo.io/installation/macos/
https://github.com/techbarrack/terminal-hugo-theme
CGO_ENABLED=1 go install -tags extended,withdeploy github.com/gohugoio/hugo@latest
from hugo-site directory
hugo server --buildDrafts --disableFastRender --gc --ignoreCache --noHTTPCache --forceSyncStatic -w
development branch --> push to any branch other than main, gh-pages, or gh-pages-dev --> deploys to gh-pages-dev branch
on merge PR to main --> run prod workflow --> deploys to gh-pages