Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An elegant, modern Hugo theme with glassmorphism design, based on Poison theme.

PaperAstro is a lightweight Astro 5 starter template styled with PaperCSS, with built-in Fabform form handling.

A Gatsby theme for publishing changelogs and release notes as MDX posts with tags, SEO, and Theme UI styling.

A free starter blog template built with Astro, featuring Markdown support, SEO-ready setup, RSS and sitemap generation, and a modern animated design.

A Hexo blog theme with three built-in color styles (full, night, maiden), Vue.js and Ant Design Vue icons, and Gitalk comments.
Kong-Htop is a Hugo theme for blogging and documentation that pairs a frosted-glass (glassmorphism) visual style with built-in search, math rendering, and multilingual support.
Kong-Htop is an open-source Hugo theme that renders Markdown content into a static, deployable HTML site. It takes standard Hugo content folders as input and outputs a fully functional blog or documentation site with local search, KaTeX math support, and a timeline-based archive. The theme is maintained by Yezihack, is based on the Poison theme by Luke Orth, and is distributed under the MIT License. It requires Hugo version 0.101.0 or later, as stated by the project's version badge.
hugo.toml.outputs: ["html", "json"].exampleSite/hugo.toml, add posts under content/posts/, and preview locally with hugo server.$...$ or block $$...$$ KaTeX syntax to render formulas in posts and pages.hugo --minify and upload the resulting public/ folder to GitHub Pages, Netlify, Vercel, or a custom server.Kong-Htop is installed either as a Git submodule or by cloning the repository into your Hugo themes/ folder. The quick-start workflow is: copy the supplied hugo.toml from exampleSite, edit site metadata and theme parameters, then run hugo server for local preview. Production builds run hugo --minify, which generates the static public/ directory for deployment.
Kong-Htop is free and open-source under the MIT License. There are no paid tiers or premium features.
Yes, Kong-Htop is fully open-source and free to use under the MIT License. You can use it for personal or commercial projects without paying licensing fees.
The README badge shows that Kong-Htop works with Hugo version 0.101.0 or newer. Older versions may not support the features used by the theme.
Create a Markdown file at content/search/_index.md with the front matter outputs: ["html", "json"]. The theme will then generate a JSON search index and provide a search box.
Yes, it supports Hugo's i18n system. The example site includes posts in 7 languages: English, Chinese, Japanese, Korean, German, French, and Spanish.
Any static hosting works. The README lists GitHub Pages, Netlify, Vercel, and your own server. Simply run hugo --minify and upload the public/ folder.
