Freedom

Freedom is a minimal, flexible Hugo theme built on a component-based architecture. It focuses on simplicity and performance, making it ideal for blogs and documentation sites.

Key Features

Highly Customizable Theming

Override theme colors, fonts, and spacing by customizing CSS variables in your site’s assets/css/theme.css:

css
:root {
  --color-bg: #fcfcfc;
  --color-text: #222222;

  /* ... */
}

Check Theme Customization for a complete list of configuration parameters.

What Next?