A fantastic blog about procedural generation.
- A valid
golanginstallation - A valid
hugoinstallation
Note that on Linux, you may need to use a more recent version than the one offered by apt:
wget https://github.com/gohugoio/hugo/releases/download/v0.148.2/hugo_extended_0.148.2_linux-amd64.deb
sudo dpkg -i hugo_extended_0.148.2_linux-amd64.debSimply run hugo to build the site, then hugo serve to serve it locally. Local address will be localhost:1313.
Note: go currently does not support ssh github connections. If your ~/.gitconfig contains a configuration like:
[url "ssh://[email protected]/"]
insteadOf = https://github.com/It should be removed as it will cause a failure to retrieve mod dependencies.