Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Hexo theme inspired by V2EX, with tags, categories, archive, and table-of-contents built in.

Astro 5 bilingual blog template with env-var-driven site and author config, MDX posts, search, comments, and static deployment.

A Hexo blog theme that turns your blog into a bookshelf, with categories as books and posts as table-of-contents entries.

A minimal Jekyll theme for personal websites and blogs with configurable header, footer, and blog layout.

Sci Blog is a free, MIT-licensed Jekyll theme for scientific blogs, created by Air Raya and built with Bootstrap.
Hexo Theme Fact is a minimalist Hexo theme that brings V2EX-inspired styling and built-in support for tags, categories, archives, and table-of-contents to any Hexo-powered blog. Created by developer artchen and available on GitHub, it gives static site owners a simple way to organize long-form content without adding a single plugin.
Hexo Theme Fact is a blog theme for the Hexo static site generator, distributed as a Git repository under artchen/hexo-theme-fact. It takes a standard Hexo blog and renders it as a static site with a V2EX-like design, including automatic pages for tags, categories, and archives, plus a table-of-contents on article pages. The theme is written using EJS layouts and Sass stylesheets, and is configured through a _config.yml file in the theme directory.
themes/ folder and set theme: fact in the main _config.yml.source/css/_sass/style.scss, so typography and colors are customizable through font macros.After a Hexo blog is initialized, the user clones the theme repository into the themes/ directory and sets theme: fact in the blog's root _config.yml. The theme reads existing Hexo content (posts, tags, categories) and renders static HTML. Updates are applied by running git pull inside the themes/fact folder.
head.ejs and style.scss; the theme only works with Hexo, not other static site generators.Yes. The theme is open source on GitHub under the artchen/hexo-theme-fact repository, and installation is done by cloning the repository directly.
From your Hexo folder, run git clone https://github.com/artchen/hexo-theme-fact.git themes/fact, then edit the root _config.yml to set theme: fact.
Inside the themes/fact directory, run git pull to fetch the latest commit from the GitHub repository.
Yes. Remove the Typekit script from layout/_partial/head.ejs, add your preferred web font service (such as Google Fonts), and update the font macros in source/css/_sass/style.scss.
Tags, categories, archive pages, and table-of-contents are included. The theme does not require Hexo plugins for these features.
