Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal, clean Hugo blog theme with dark mode, reading time, archive support, and built-in i18n.

A monochrome, brutalist Medium-inspired Hugo blog theme with IndieWeb support, webmentions, and no-JS performance.

Sci-fi Hugo blog theme with dark/light mode, parallax banner, scroll animations, Fuse.js search, and multilingual support.
Shizuka is a minimal single-column Hugo blog theme by carmelolg whose core function is to turn Markdown posts into a distraction-free static blog with no sidebars and no JavaScript frameworks. The theme takes standard Hugo content from content/posts plus optional front-matter fields, and renders pages with clean typography, automatic reading-time estimates, and optional table-of-contents blocks. A live demo is published at https://carmelolg.github.io/shizuka/.
Shizuka (静か) means “quiet” in Japanese, and the theme is styled after the subtle shibui aesthetic described in the README as “quiet elegance, nothing in excess.” It runs on Hugo Extended v0.100.0 or later and can be installed either as a Git submodule or as a Hugo Module. The included quick-start workflow is: add the repository as a submodule, set theme = "shizuka" in hugo.toml, create a Markdown post with title, date, draft, summary, tags, and categories in the front matter, then run hugo server for local preview or hugo --minify for production output in public/.
Shizuka is driven entirely by Hugo: the theme defines layouts for home, section, single posts, taxonomy, and archive pages, and reads Markdown from the content directory. To set up the special pages, create content/archive.md with layout: "archive", create content/about.md with a title, and add optional content/_index.md for a home-page introduction. Once hugo.toml points at the theme, any new Markdown file under content/posts becomes a blog post and can use the front-matter fields toc, summary, tags, categories, or draft. The theme names a cookie consent partial at layouts/partials/cookie-consent.html that can be customized per site.
Shizuka is published under the CC-BY-4.0 license by carmelolg. You can reuse and modify the theme as long as you provide attribution in any redistribution; there is no commercial restriction stated.
The README requires Hugo Extended v0.100.0 or later for building a site with Shizuka. Hugo Extended is the edition with the Sass/SCSS compiler needed by the theme’s assets processing.
Yes, built in. The table of contents is disabled by default; setting toc: true in a post’s front matter makes the theme render a linked contents block for that post.
No. The theme uses only vanilla JavaScript, according to the README, and includes no JavaScript frameworks. Dark-mode toggling and the cookie-consent banner are handled with plain JS.
Yes. English and Italian translations are built in. Copy i18n/en.toml to i18n/your-code.toml, translate the string values, then set languageCode to your-code in hugo.toml.
