Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo theme that lets content stand out by relying on default browser styles and minimal CSS classes.

A minimal, feature-rich Jekyll theme for personal websites and blogs with dark mode, tag pages, and a masonry project showcase.

A minimal Jekyll theme forked from Kiko, designed to be ugly and old-school, with liquid micros and case-based tag sorting.

A minimalistic Gatsby Blog Theme styled with TailwindCSS
Basic Web Theme is a minimal Hugo theme for content-focused blogs and websites, built to separate content from presentation by relying on default browser styling. Its core function is to render Hugo Markdown content into static HTML pages that look clean with default user agent styles, while leaving visual customization to each visitor through their own user stylesheets or browser settings.
Basic Web Theme is a Hugo theme that deliberately minimizes its own CSS footprint. It takes Markdown content from Hugo's content pipeline and generates static HTML with few to no styling classes on elements, so the output relies on the browser's built-in rendering rules. The theme is maintained as a public repository with the description "Basic Web Theme for Hugo" and currently has 8 stars on the platform where it is hosted. Its design philosophy draws from Web 1.0 and Semantic Web ideals, arguing that authors should supply content and users should control display.
Yes, Basic Web Theme is built specifically for Hugo, the static site generator. You can use its layout files with Hugo's standard content structure and Markdown-based pages.
The theme is designed to make customization easy for end users: because it uses minimal CSS classes, a visitor's own stylesheet can reliably restyle the site. As an author, you can also edit the theme's small CSS file directly.
No, Basic Web Theme does not use a CSS framework like Tailwind or Bootstrap. Its approach is to stick with default user agent styles and use very few classes, avoiding the weight and opinionation of a framework.