# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# install prereqs
brew install git hugo
cd docs
hugo new blog/my-first-post.md
hugo new page/my-first-page.md
git status
cd docs
hugo server -D
# in another shell
open http://localhost:1313/hugo-github-pages-poc/
open https://clarson99.github.io/hugo-github-pages-poc/