To work on the site, you need hugo.
brew install hugo
Want to make edits? Sweet, you're the best! Run the devserver:
make dev
It'll refresh on it's own. It'll spit out a URL, toss it in your browser.
control-c to shut it down.
To build (to update the live site), simply run:
make
Commit the changes in docs, and push.