Built with Hugo using the Blowfish theme.
Steps for creating website:
hugo new site jhrcook-website
cd jhrcook-website
git init
Blowfish theme:
git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish
For updating (instructions)
git submodule update --remote --merge
Can find the maximum Hugo version in the file ./themes/blowfish/config.toml.
Can then install this version of Hugo with the following steps:
- Download the release from here: https://github.com/gohugoio/hugo/releases
- Extract
- Move the
hugo
executable to~/.local/bin/
- May need to all use of the downloaded binary in System Settings/Security
Finally, set the desired version of Hugo in the netlify.toml and GitHub Actions workflow