This guide covers the necessary bits. As the project evolves, it will become more comprehensive
- After cloning, initialize and update the themes submodule (
git submodule update --init) - Install go 1.16+ (https://golang.org/doc/install)
- Install hugo on your computer (
go install github.com/gohugoio/[email protected]) - Test your changes on a local development server with
make server - Before pushing to github build the site with
make build
failed to extract shortcode: template for shortcode "block" not foundwhen building site or running the server- Run
make update-submodules
- Run