JH
jhrcook/jhrcook-website
Personal website (gen. 3)
Personal Website
Built with Hugo using the Blowfish theme.
Notes
Initial creation
Steps for creating website:
hugo new site jhrcook-website
cd jhrcook-website
git initBlowfish theme:
git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish
Updating
Blowfish theme
For updating (instructions)
git submodule update --remote --mergeCan 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 – make sure to download the "hugo-extended" asset
- Extract
- Move the
hugoexecutable to~/.local/bin/ - May need to allow use of the downloaded binary in System Settings/Security
Finally, set the desired version of Hugo in the netlify.toml and GitHub Actions workflow
Last performed:
- January 30, 2024
- Hugo version: 1.142.0
On this page
Contributors
Created February 11, 2024
Updated March 1, 2026