Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Privacy-focused Hugo theme with self-hosted Isso comments, umami analytics, IndieWeb support, and Tailwind CSS styling.
chringel is a privacy-focused Hugo theme for static blogs and personal sites, bundling self-hosted Isso comments, umami analytics, IndieWeb microformats2 support, and Tailwind CSS styling.
chringel is a theme for Hugo, the static site generator, created by Christian Engel. It takes Markdown content — posts, notes, and resume data — and generates a static blog or personal website with automatic dark mode, syntax highlighting, and social icons. The theme is based on the Hugo Starter Theme with Tailwind CSS and is configured through a single config.toml file.
Key features cover privacy, IndieWeb, and developer convenience.
config.toml.umami.js location.h-card and h-entry for richer personal publishing, plus webmention endpoints via webmention.io.This theme suits a range of users who value privacy and self-hosting.
postcss-cli and autoprefixer for development.These use cases highlight the theme's practical workflows.
content/notes/YYYY/mm/dd/HHMM.md with hugo new notes/..., perfect for short status updates.To get started, clone the theme into your Hugo site's themes folder and set theme = "chringel-hugo-theme" in your config.toml. For development, run HUGO_THEME_DEVELOPMENT=true hugo server --disableFastRender --buildDrafts --buildFuture; the theme uses Hugo Pipes with PostCSS to compile Tailwind CSS. For production, set writeStats = true under the build section so unused CSS classes are purged.
No. Disqus and Google Analytics are disabled by default to keep the theme privacy-focused. Instead, the theme supports self-hosted Isso for comments and self-hosted umami for analytics, both configured in config.toml.
Yes, the theme is open source and available on GitHub at chringel21/chringel-hugo-theme. You can clone it freely and use it in your own Hugo projects.
You need Hugo v0.69.0 or higher. The theme also requires postcss-cli and autoprefixer installed globally if you are building the CSS during development.
Yes, the theme automatically switches between light and dark mode based on the device setting of the visitor. There is no manual toggle included.
Yes, the theme ships with Twitter, GitHub, Mastodon, and RSS icons using ionicons. A shell script is provided to download additional icons from the ionicons set.
