Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Purainite is a simple and clean theme for Hexo, a static site generator, with easy installation and syntax highlighting.

A Jekyll blog template for software development posts, using the NexT theme adapted from Hexo.

Phil Nash's personal site and blog, built with Astro and two custom components for pagination and related content.

Simple responsive Hugo theme ported from Vno-Jekyll, with MathJax support and easy customization.

Moon is a minimal, one column Jekyll theme for responsive blogs and portfolios with Disqus, syntax highlighting, and MathJax support.
Purainite is a minimal, clean theme for Hexo, a static site generator, that renders a Hexo blog's Markdown content into a styled static site with optional code highlighting.
Purainite is a simple and clean theme for Hexo, built for bloggers who want an uncluttered layout. It takes a Hexo site's Markdown posts and configuration as input and produces a styled static blog. The theme is distributed as a Git repository on GitHub (https://github.com/MU001999/purainite.git) and is installed directly into Hexo's themes directory.
$BLOG/themes and activated with a single theme: purainite line in _config.yml.highlight with enable: true and hljs: true enables hljs for code blocks.Purainite suits Hexo users who want a straightforward, uncluttered blog theme. It fits:
hljs to present code snippets in posts with colored syntax.Purainite is used through Hexo's theme system. To set it up:
$BLOG/themes with git clone https://github.com/MU001999/purainite.git.theme: purainite in $BLOG/_config.yml.highlight block in _config.yml with enable: true and hljs: true for code highlighting.The theme is distributed openly on GitHub with no mention of paid licensing, so it is free to use.
Run git clone https://github.com/MU001999/purainite.git inside your Hexo themes directory, then set theme: purainite in _config.yml.
Edit or add the highlight section in _config.yml with enable: true and hljs: true.