Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Hexo blog theme designed to make Japanese text more readable and beautiful.

A simple, responsive Jekyll blog theme based on maupassant-jekyll

A minimal Jekyll theme with an app-like layout, built for image-heavy journal websites.

A clean, responsive Hugo blog theme built on GitHub's Primer CSS design system with dark mode, i18n, and LLM-friendly output.

A lightweight Hugo theme with automated image resizing, margin-note footnotes, and draft/visibility controls for content sites.
Hexo Theme Simple Japanese is an open-source Hexo blog theme built to make Japanese text more readable and beautiful, offering a sidebar with built-in widgets and simple configuration.
Hexo Theme Simple Japanese is a Hexo static site theme that restyles a blog to improve Japanese typography and readability. It takes a standard Hexo blog (Markdown posts generated by Hexo) and renders pages using its own layout templates, sidebar widgets, and configurable custom assets. The theme is maintained by the developer mitsuruog and includes a live demo at https://blog.mitsuruog.info/. The GitHub repository currently has 23 stars.
simple_japanese.custom_assets settings, injecting them into every page.contact configuration option.google_analytics config option to load tracking.favicon.ico file into the source folder to set the blog's favicon.hexo-generator-amp plugin to output Accelerated Mobile Pages for posts._config.yml.themes/simple-japanese and update the theme name in the config.After cloning the repo into the themes/simple-japanese directory, edit the site _config.yml and change the theme property to simple-japanese. Optional customization goes into the theme's own configuration block: author info, avatar URL, widget list, contact link, Google Analytics ID, and custom asset paths. To update a git submodule install, run git submodule update --remote.
Yes, it is open-source and available on GitHub. You can clone it using git and use it on any Hexo blog without licensing fees.
Clone the repository into your Hexo themes folder with git clone https://github.com/mitsuruog/hexo-theme-simple-japanese.git themes/simple-japanese, then set the theme to simple-japanese in _config.yml. For submodule installs, fork the repo and add the fork as a submodule.
The theme's design goal is Japanese readability, but it works for any blog because it only changes HTML/CSS presentation. Content in other languages will display normally, though the author's typography choices are optimized for Japanese.
Place a favicon.ico file in the source folder of your Hexo site. The theme automatically picks it up and serves it for the blog.
Yes, set the google_analytics option in the theme config to your GTM-XXXXXX ID. The theme will load Google Tag Manager for tracking.