Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo theme built with W3.CSS, featuring responsive layouts, code highlighting, search, and multilingual support.

GitHub Pages blog theme based on Minimal Mistakes, pre-configured for Korean dev blogs with categories, comments, and SEO.

A minimalist Hexo blog theme inspired by newspaper print design, with dark mode, six theme colors, and comment support.

A minimalist and elegant Hugo theme for simple, clean blogs and portfolios.

A flexible Astro blog theme designed for Obsidian users, built on Vault CMS for write-and-publish workflows.
Hugo W3 Simple is a minimal Hugo theme by Jesse Lau that uses W3.CSS to produce fast, responsive static sites with code highlighting, search, and multilingual support.
Hugo W3 Simple is a lightweight theme for the Hugo static site generator, created by Jesse Lau to be genuinely minimal while including W3.CSS. As input it takes standard Hugo content files—Markdown pages placed in content folders with optional language subfolders—and outputs a fully static website with a responsive grid or list layout. The theme also outputs an XML file for Sphinx or Manticore search indexing. It is released under the MIT License and its example site ships with both English and Chinese versions.
Installation is straightforward: from the root of your Hugo site, run cd themes and git clone https://github.com/jesselau76/hugo-w3-simple.git, then edit the example config.toml from the examplesite folder. To use search, create a content/{langcode}/search/index.md file; to use the all-posts table, create content/{langcode}/allposts/_index.md. Update the theme later by pulling the repository with git pull.
Hugo W3 Simple is free and open source, released under the MIT License.
Yes, Hugo W3 Simple is released under the MIT License, and you can use, modify, and distribute it freely, including in commercial projects.
Clone the repository into your Hugo site's themes folder with git clone https://github.com/jesselau76/hugo-w3-simple.git, then copy and edit the example config.toml from the examplesite folder.
Yes. The theme supports multilingual mode; you put posts in ./content/{langcode}/ folders, and the example site includes both English and Chinese versions.
The theme outputs an XML file that can be indexed by Sphinx or Manticore search. Because search requires server-side indexing, the example site cannot demonstrate it; the live search demo on jesselau.com shows the result.
The theme supports both Disqus and isso comment systems; you select one in the config file.
