Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal, responsive Hugo theme for personal websites and blogs.
Debet Esse is a minimal, responsive Hugo theme for personal websites and blogs, built to generate fast, dependency-free static sites with no JavaScript and no external requests.
Debet Esse is a Hugo theme created by miikanissi for personal websites and blogs. It takes Hugo's static site generator as its foundation and produces a lightweight, responsive site with a homepage that lists posts, syntax highlighting, dark mode support, and SEO metadata. The theme is demonstrated live at https://miikanissi.com/.
Debet Esse runs as a standard Hugo theme. To install it, download or clone the repository into the themes folder of your Hugo site, either with git submodule add for existing git repositories or git clone for new ones. A sample configuration file is available in the author's own site repository and can be used as a starting point.
No. The theme ships with zero JavaScript, which means no client-side processing, no third-party scripts, and no tracking. Dark mode toggling and responsive layout are handled entirely by Hugo templates and CSS, so pages load quickly and work without any browser-based computation.
Yes. Debet Esse supports internationalization. You can create custom translation files using Hugo's i18n structure, which lets you translate the theme's navigation, buttons, and other UI strings into different languages. The theme's layout remains intact when you add languages, and Hugo will serve the appropriate translations based on the site's configuration.
Dark mode can be set to automatic, which follows the visitor's operating system preference, or manual, letting visitors toggle it directly using a control in the interface. Both options are built into the theme, and site owners can configure the default behavior through the theme's configuration. When automatic mode is active, the theme chooses light or dark appearance based on the system's current setting.
