Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple and minimal Hexo theme built with Pug, featuring Disqus integration and a clean blog layout.

Eleventy theme for bloggers with auto SEO, focused on text and documentation.

Notion + Next.js blog starter kit that generates a static ISR blog from a Notion page, with dark mode, comments, and more.

An anime-themed Gatsby.js blog template with TypeScript, deployable to Netlify.

Final build of the Jekyll blog that will be featured in Maxx-Undiscovered Tutorial
Wasabi is a simple and minimal Hexo theme that renders Markdown blog content into static pages with a clean layout and optional Disqus comments.
Wasabi is a simple and minimal Hexo theme, designed for bloggers who want a no-frills presentation for their content. It takes standard Hexo site inputs — Markdown posts, pages, and configuration from _config.yml — and outputs static HTML pages through Hexo's build process. The theme is written with Pug as its template language, so it requires the hexo-renderer-pug package to be installed before Hexo can generate the site. The project is open source under the permissive zlib license and is showcased on the author's personal blog at https://betakuang.me/.
hexo-renderer-pug with npm for Hexo to compile them.disqus_shortname field to your site's _config.yml; the theme then displays Disqus threads on blog posts.themes directory and set theme: wasabi in _config.yml.Set Wasabi as your Hexo theme by copying it into the themes folder and updating _config.yml. Then install the required renderer with npm install hexo-renderer-pug --save. Finally, run your normal Hexo build commands to generate the static site.
