This site is built with Hugo and the Blowfish theme, installed as a Hugo Module so it’s easy to keep updated.
What’s included#
- Light/dark mode with automatic switching based on system preference
- Full-text client-side search (powered by Fuse.js)
- Copy-to-clipboard buttons on code blocks
- Tag and category pages
- A responsive layout that adapts from phone to desktop
Updating the theme#
Because Blowfish is installed as a Hugo Module, pulling in the latest release is a single command:
hugo mod get -u
hugo mod tidyNext steps#
- Edit
config/_default/languages.en.tomlto set your site title, author bio, and social links. - Edit
config/_default/menus.en.tomlto change the navigation. - Replace this post and the About page with your own content.
- Browse the full set of options in
config/_default/params.toml, or see the Blowfish documentation for details.
