- Install hugo on macOS
brew install hugo
- Clone project and submodule
git clone git@github.com:helloworlde/helloworlde.github.io.git
cd helloworlde.github.io
git submodule update --init --recursive --remote --force
- Add new content
hugo new posts/test.md
- Start hugo for preview
hugo server