Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple, widget-driven Hexo theme with gallery and link post layouts, Fancybox, and customizable sidebar.

A minimalistic Hugo blog theme built with Tailwind CSS, offering a clean, readable layout inspired by Adam Wathan.

Official blog for Quaver, a multiplayer rhythm game, built on Jekyll Now and hosted at blog.quavergame.com.

A content-first Jekyll theme with a hidden sliding sidebar drawer, built on Poole.

PaperAstro is a lightweight Astro 5 starter template styled with PaperCSS, with built-in Fabform form handling.
Light is a minimalist, open-source theme for the Hexo static site generator that turns a standard Hexo blog into a fast, widget-driven site with gallery and link post support.
Light is a simple Hexo theme maintained under the hexojs GitHub organization, designed for bloggers who want a clean, typography-first layout without heavy JavaScript. It takes a Hexo site (already generated from Markdown files and front-matter) and renders it as a static HTML site with a sidebar, menu navigation, and several optional widgets. The theme is configured entirely through a YAML file in themes/light, and it integrates with Hexo's standard post and page system, requiring only the theme: light setting in your _config.yml to activate.
layout: photo front-matter field with a list of image URLs to render a full-width image gallery inside a post.layout: link and a link field in front-matter to create a post that links out to an external URL, commonly used for link blogs.widget config option.fancybox: true config is enabled, all post images open in the Fancybox lightbox with swipe and zoom support.menu option lets you define the main nav links (e.g., Home, Archives) with custom URLs.tweet_count.rss and google_analytics config fields inject your feed link and analytics tracking ID.excerpt_link option.git clone --depth 1 into themes/light, change your theme config, and run Hexo to generate a static site.layout: photo and list image URLs in the photos front-matter field to get an automatic gallery.git pull inside the themes/light directory.Installation is a two-step process: clone the repository into your Hexo themes folder, then set theme: light in your site's _config.yml. Updating is done by running git pull inside the theme directory. The theme reads standard Hexo front-matter, plus its own config file, to render pages and posts.
Clone the theme into your Hexo themes folder with git clone --depth 1 https://github.com/hexojs/hexo-theme-light themes/light, then edit _config.yml to set theme: light.
Yes, Light is an open-source theme hosted on GitHub under the hexojs organization, and it is free to use and modify.
Yes, set fancybox: true in the theme config to enable Fancybox lightbox for all images in your posts.
Yes, the excerpt_link config option lets you set the link text shown after post excerpts, such as "Read More" or "继续阅读".
The bundled widgets are search, category, tag, and Twitter. You enable or disable them individually through the widget list in the theme config.