Skip to content

foxihd/hugo-brewm

Repository files navigation

Hugo Brewm

Fine-brewed Hugo theme made open.

Demosite: https://hugo.brewm.co

Feature Highlights

  • Reader-first: Prioritizes readability and accessibility with personalized settings for colors, fonts, and BionRead mode.
  • Inclusive: Graceful degradation design oriented with improved semantic HTML structure & WAI-ARIA attribute.
  • Scalable: Support for multiple authors and languages, optional Pagefind search, external feed over RSS and Fediverse-powered commenting system.
  • Frameworkless: Lower maintenace & carbon footprint by lesser resource usage.

Installation

  1. Create a new Hugo site (for an existing hugo site, skip to step 2) :
hugo new site mysite
cd mysite
git init
  1. Add this theme as a Git submodule:
git submodule add https://github.com/foxihd/hugo-brewm themes/hugo-brewm
  1. Update your site's configuration in config.toml:
theme = "hugo-brewm"

Special Thanks

This project could not be made, without a lot efforts of — thank to:

License

This theme is released under the MIT License.