A version of the smol theme for Hugo, with Catppuccin colours applied (and some other tweaks).
smol-bean is based on smol, which is in turn based on Blank created by Vimux.
- No JavaScript
- No Google spyware or tracking of any kind
- No other external dependencies, embedded fonts or comment sections
- Dark mode support (depending on your OS's setting)
In your Hugo site directory, run:
git submodule add https://github.com/alexhaydock/smol-bean.git themes/smol-bean
Then add the following to your hugo.toml
:
theme = 'smol-bean'
# Ensure that Hugo doesn't try to use inline CSS for our syntax highlighting.
# (We've got that covered manually in our theme's CSS)
[markup]
[markup.highlight]
noClasses = false
Changes to the upstream theme can be imported into your local Hugo working directory with:
git submodule update --remote themes/smol-bean