Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo theme for personal websites, focusing on simplicity and minimalism.

Jekyll-based personal resume/CV homepage template, generating a static site that can be hosted free on GitHub Pages.
not much is a minimal Hugo theme for personal websites, built by imgios, that prioritizes simplicity and readability with a clean typography-focused layout.
not much is a minimal Hugo theme designed for personal websites and blogs. It takes standard Hugo content written in Markdown and outputs a static site with a simple, readable layout. The theme uses Bootstrap for responsive styling, Literata as its main font, and RedHat Mono for code-related text. It is maintained by imgios and is published on GitHub under the MIT License.
hugo server -D and see the theme live at localhost:1313.The README shows a straightforward setup: clone the repo, install a Hugo version that meets the prerequisites (Git and Hugo), move into the exampleSite folder, and run hugo server -D to preview. For a real site, you add the theme as a submodule or as a directory, then set theme = "not-much" in your Hugo configuration file.
Yes, not much is released under the MIT License, so you can use, modify, and distribute it freely.
You can add it as a git submodule from the GitHub repository or copy the theme directory into your Hugo website's themes folder. Then set the theme parameter in your config file to "not-much".
The repository tags include giscus, which suggests support for giscus comments. Check configuration.md for how to enable them on your site.
Literata is the main theme font, and RedHat Mono is used for code. Both are available from Google Fonts.
The theme is designed for personal websites and minimal blogs. It lacks the built-in sections or components typical of portfolio or business templates, though you could customize it with your own layouts.
