Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple, responsive Hexo theme with dark mode, built with Jade templates and SCSS.

A Jamstack blog starter built with Nuxt 3, Storyblok, and Tailwind CSS — a demo repo for building fast, headless blogs.
Riana is a simple, responsive theme for the Hexo static site generator, offering a clean reading experience and an automatic dark mode.
Riana is a minimal Hexo theme designed for personal blogs and content-focused websites. It takes your Hexo Markdown posts and renders them into a responsive, mobile-first layout. Built by hothoney and hosted on GitHub, the theme uses Jade (Pug) templates through the hexo-renderer-jade package and styles with SCSS via hexo-renderer-scss. A live preview is available at https://riana.hoon.cc/.
Install Riana by cloning the GitHub repository into your Hexo themes folder:
git clone [email protected]:hothoney/hexo-theme-riana themes/rianaThen install the required renderers with either yarn (yarn add hexo-renderer-jade hexo-renderer-scss) or npm (npm i hexo-renderer-jade hexo-renderer-scss). After that, set the theme in your Hexo config and generate your site.
Riana is publicly available on GitHub and can be cloned and used without paying a fee. No commercial license or pricing information is stated on the theme page.
Yes. The theme includes a dark mode feature that changes the color palette for lower-light environments. The README shows an animated preview demonstrating the toggle effect.
Riana needs hexo-renderer-jade for its Jade templates and hexo-renderer-scss for its SCSS styles. Both can be installed through npm or yarn after cloning the theme.
The theme's first listed feature is a responsive layout. It scales to the device width and aims to give a consistent view whether viewed on a phone, tablet, or desktop.
Because templates are written in Jade and styles in SCSS, developers can modify the markup and styling. The theme is minimal, so the codebase is small enough to explore and adjust.
