brew install hugo
- (optional) when running on new machines, themes need to be reinit again as submodule
- ensure ssh agent and key setup
ssh -T git@github.com
- make sure .gitsubmodules has correct paths
- run
git submodule update
- ensure ssh agent and key setup
- start dev server locally
hugo server -D
./deploy.sh "add new post"