Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A hugo theme made in imitation of the wordpress theme Allium

A simple, responsive Hexo theme with dark mode, built with Jade templates and SCSS.

Free CSS website layout from Templatemo for blog sites, built with plain HTML and CSS; free to download, edit, and use commercially.

Hugo theme based on PureCSS from Yahoo with pagination, responsive images, Disqus, Google Analytics, and a social sidebar.

Seiheki, a simple Hugo blog theme with i18n, comments, analytics, and one-click Vercel deployment.
hugo-theme-flat is a Hugo theme that recreates the design of the WordPress theme Allium for personal blogs and multi-section content sites, with automatic dark mode and a recent-updates sidebar.
hugo-theme-flat is a Hugo theme created by a developer who wanted a Hugo equivalent of the WordPress theme Allium. It accepts Hugo content organized by section and renders a responsive layout with a side card that lists recently updated sections. The theme is designed for Hugo static sites and is published publicly on GitHub, where the repository has 39 stars.
themeMode to auto, dark, or light in config.toml to override, or enable themeToggle to give visitors a manual toggle button.weight front-matter variable in each section's _index.md file.exampleSite directory with a sample content/essays/_index.md showing how to set section weights.Install the theme in your Hugo site's themes folder and configure parameters like themeMode and themeToggle in config.toml. To reorder sections, place an _index.md file in each section directory with a weight value in its front matter, referencing the example in exampleSite/content/essays/_index.md.
Yes. By default the theme follows the visitor's OS setting via CSS media query. You can set themeMode to auto, dark, or light, and add themeToggle to include a manual switch.
Yes. Add an _index.md with a weight front-matter variable in each section folder. Lower weight values appear earlier, matching Hugo's standard front-matter variables.
No. The README notes that separating taxonomies by section is not implemented. All tags and categories are shared across the entire site; if you need per-section taxonomies, you'd need to modify the theme.
hugo-theme-flat is an unofficial Hugo port of Allium, a WordPress theme. The author liked Allium's design and recreated it for Hugo, using hugo-theme-jane and hugo-theme-mini as structural references.
