Skip to content

jackbhickey/hugo-moo-theme

Repository files navigation

moo-theme

A warm, book-inspired documentation theme for Hugo.

Live demo and full documentation

Features

  • 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

Quick start

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 = false

See the documentation site for configuration, typography, shortcodes, auth visibility, and layout details.

Contributing

CSS is linted and formatted with Biome. Install it however you prefer:

Run the linter before submitting changes:

biome check assets/css/

Auto-fix formatting issues:

biome check --write assets/css/

License

MIT

About

A hugo theme for docs.moo.media

Resources

License

Stars

Watchers

Forks

Contributors