Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple, responsive Hugo blog theme ported from the Nest Pelican theme, with Bootstrap 4 and i18n support.

Free 3-column HTML/CSS template with red header graphics, a blog with paging system, and post pages with multi-level comments.

A JAMstack blog theme built with Next.js and Tailwind CSS, featuring a dark/light toggle and Markdown content.

An Astro v6 blog theme inspired by hexo-theme-butterfly, with bilingual support, Pagefind search, PWA, and Waline comments.

A minimal, zero-JS Hugo theme with a retro Apple System 7 aesthetic built on PicoCSS.
Den is a simple, responsive blog theme for Hugo, ported from the Nest Pelican theme and built with Bootstrap 4.
hugo-theme-den is a minimal Hugo theme created by shaform that turns Markdown content into a static blog site. It is a direct port of the Nest theme from the Pelican static site generator. The theme is installed by cloning into the themes/den folder and ships with an exampleSite directory containing a config.toml to copy into your site root.
i18n/ directory and merged with any translations in your project's root i18n/ folder, with project translations taking precedence.defaultContentLanguage setting, such as en or zh-tw.git clone https://github.com/shaform/hugo-theme-den themes/den in your Hugo site directory.git pull inside the themes/den/ folder.exampleSite directory helps you get started quickly.defaultContentLanguage = "zh-tw" or another language and provide translations in your project's i18n/ directory to serve content in multiple languages.To get started, clone the repository into your Hugo theme folder, copy the config.toml from exampleSite to your site root, then run Hugo to generate your static site. You can customize the configuration and add your own content. The theme handles rendering, responsive layout, and language selection automatically.
Yes. Den is released under the GPLv2 license, so you can use it freely, modify it, and redistribute it under the same license terms.
Run git clone https://github.com/shaform/hugo-theme-den themes/den from your Hugo site's root directory, then copy the config.toml from the theme's exampleSite directory into your site root and edit it to match your site.
Navigate to the theme directory with cd ./themes/den/ and run git pull to fetch the latest changes from the repository.
Yes. Den reads translations from the theme's built-in i18n/ directory and lets you override or extend them by adding translations to your project's own i18n/ folder. Set your default language with the defaultContentLanguage config option.
Den is a port of the Nest theme for the Pelican static site generator. It also acknowledges hugo-theme-jane as an influence in its README.
Den is released under the GPLv2 License. You can read the full text in the LICENSE file in the repository.
