A warm, book-inspired documentation theme for Hugo.
Live demo and full documentation
- Serif typography (Fraunces headings, Cormorant Garamond body) with fluid Utopia scaling
- Collapsible sidebar navigation with active page highlighting
- Blog support with date/author metadata
- Heading anchor links on hover
- Optional auth-aware visibility (hide nav items for unauthenticated visitors)
{{</* claude */>}}shortcode for monospace voice-shift sections- Responsive — sidebar collapses to header bar on mobile
- Print stylesheet
git submodule add https://github.com/jackbhickey/hugo-moo-theme.git themes/hugo-moo-theme# hugo.toml
theme = "hugo-moo-theme"
[params]
subtitle = "docs"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = falseSee the documentation site for configuration, typography, shortcodes, auth visibility, and layout details.
CSS is linted and formatted with Biome. Install it however you prefer:
- Manual installation (standalone binary, no npm required)
- Getting started
- This repo includes a
flake.nix— runnix developto get Biome, Hugo, and direnv in one shell
Run the linter before submitting changes:
biome check assets/css/Auto-fix formatting issues:
biome check --write assets/css/MIT