Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Warm editorial Hugo theme for technical notes with WebP covers, full-text fuzzy search, and article-focused SEO.

A warm, earthy dark Hugo theme for personal blogs with client-side search, reading library, notes, and WebP responsive images.

Hugo blog theme emphasizing photography, motion, and material design, with WebP images, category pages, and LaTeX math.

Editorial Hugo theme that ports Kami's warm parchment, ink-blue accent, and serif-led design to the web for long-form bilingual blogs.

A Hugo theme that renders a blog as an X/Twitter-style profile timeline, configured via TOML and JSON data files.
Stacknote is a warm editorial Hugo theme for technical notes and personal engineering blogs, turning Markdown content into a responsive static site with search and structured metadata.
Stacknote is an open-source Hugo theme hosted in the myimilo/hugo-theme-stacknote GitHub repository, designed to publish field-tested engineering notes. It takes Markdown files written for Hugo (articles under a content section such as content/articles) and produces a static website that includes responsive editorial homepages, article lists, taxonomies, archives, a search page, and an author page. The theme requires Hugo Extended 0.160.0 or newer because it uses Hugo Pipes to minify CSS/JS, fingerprint assets, and generate WebP cover images.
Install it as a Git submodule with git submodule add https://github.com/myimilo/hugo-theme-stacknote.git themes/stacknote, set theme: stacknote in hugo.yaml, and add content files such as content/articles/_index.md and content/search.md with the appropriate layouts. Configuration lives under params, including author info, homepage intro copy, link URLs, and flags like showToc, showTopics, and showAbout. Search is activated by adding JSON to the home outputs and creating a search page; build output can be verified by checking that /index.json exists.
Yes, Stacknote needs Hugo Extended 0.160.0 or newer. Run hugo version and confirm the output contains extended, since the theme relies on Hugo Pipes for asset minification, fingerprinting, and WebP image processing.
Remote image URLs are supported directly in front matter under cover.image. However, remote images are rendered as-is and do not receive the local WebP conversion, srcset resizing, or SRI hashing that images stored in the assets directory enjoy.
Add JSON to the outputs.home array in your config, create content/search.md with layout: search, and optionally add /search/ to the main menu. Then rebuild and confirm /index.json appears in the public directory. If you do not want search, simply omit both the page and the JSON output.
No. Stacknote is released under the MIT License and lives in a public GitHub repository, so it is free to use and modify. No license fees or premium tier are mentioned.
The theme loads Cormorant Garamond, Outfit, and Space Mono from Google Fonts by default. To make it fully offline, copy layouts/partials/head.html and assets/css/style.css into your site project and replace the font imports with self-hosted or system fonts.
