Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A pure and elegant theme for Hexo.

A personal website and blog built with Jekyll, featuring markdown posts, categories, and social media metadata.

Jekyll theme for research project websites, personal blogs, and lab sites, styled with Bootstrap 5 and built for GitHub Pages.

A simple Jekyll theme for words and pictures, featuring microformats markup, Disqus comments, Google Analytics, and SEO via jekyll-seo-tag.

Gatsby starter that uses a Material-UI blog theme, letting you set up a blog with minimal effort.
Hexo-theme-hollow is a minimalist, MIT-licensed blog theme for Hexo that converts Markdown posts into a clean static site with configurable features like dark mode, local search, and table of contents.
Hexo-theme-hollow is a pure and elegant theme for Hexo, a Node.js static site generator. It takes Markdown posts with YAML front matter (title, category, date) and outputs a static HTML site with a minimalist reading interface. The theme is developed by zchen9, with contributions from fakeYanss, and is distributed under the MIT license. A live demo is available at My Fragment.
toc.enable in the theme config.atom.xml; requires the hexo-generator-feed plugin.service_worker: true for offline caching.disqus_shortname to enable comment threads.baseurl is configured.date_format, e.g., YYYY 年 MM 月 DD 日, with precedence over the blog's global setting.Hexo-theme-hollow is aimed at bloggers and developers who use Hexo and want a fast, simple theme without extra weight. It suits personal blogs, minimal note collections, or small portfolios where readability matters. Users should be comfortable editing YAML configuration files.
Installation follows standard Hexo theme steps: clone the repository into themes/hollow, set theme: hollow in the blog's _config.yml, then run hexo clean, hexo generate, and hexo server for local preview; hexo deploy publishes the site. Posts are Markdown files with YAML front matter including title, category, and date, plus an optional comment marker for excerpt splitting.
Hexo-theme-hollow is free and open source under the MIT license.
Yes, the theme is open source under the MIT license, so it is free to use and modify.
Yes, dark mode support was added in April 2021, with optimized colors for the dark palette.
Set local_search: true in the theme's _config.yml and install the hexo-generator-feed plugin via npm install hexo-generator-feed --save.
Fill in your disqus_shortname in the theme configuration and comments will appear on posts.
Yes, set date_format in the theme config, for example YYYY 年 MM 月 DD 日. This setting takes priority over the blog-level date format.
