Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A lightweight, minimalist Jekyll blog theme with automatic tags, JSON search, RSS feed, and quick GitHub Pages setup.

Imprinting myself digitally on the web, one commit at a time.

Blog Starter for your next blog, portfolio or online publication using Next.js, Tina CMS and Tailwind CSS.

Four beautiful, accessible Astro blog templates with dark mode, RSS, and perfect Lighthouse scores.
Liberxue Theme is a lightweight, minimalist Jekyll blog theme designed for GitHub Pages that produces a static blog with automatic tag pages, JSON search, and an RSS feed. Created by liberxue and hosted in the open-source liberxue.github.io repository, this theme is freely available and runs entirely on Jekyll, making it an ideal choice for developers who want a fast, no-frills blog without the overhead of a larger framework.
Liberxue Theme is a Jekyll-based blog theme that turns a standard Jekyll site into a responsive card-style blog. It takes your Markdown posts and automatically generates tag pages, a JSON search index, an RSS feed (feed.xml), and pagination. The theme is configured through the _config.yml file, where you set your domain, navigation links, and pagination count. It is maintained by liberxue and is designed to deploy seamlessly on GitHub Pages.
paginate setting in _config.yml to split your posts into pages automatically.links array in _config.yml to change the navigation items displayed in the site header.url value in _config.yml is the only required step to make the blog live.The setup is intentionally simple: fork the liberxue.github.io repository, then edit _config.yml to set your domain under the url key. When Jekyll builds the site, it automatically generates tag pages, the JSON search file, feed.xml, and pagination based on your posts. On GitHub Pages, this build process runs every time you push new content, so your blog updates immediately.
Liberxue Theme is free and open source. The author states, "I don't want any copyright also don't need you to donate, I only need you with a star." There are no paid tiers, subscriptions, or hidden costs.
Yes, it is completely free. The author explicitly waives copyright and requests only a GitHub star in return. There are no charges for using or modifying the theme.
Fork the repository on GitHub, change the url value in _config.yml to your own domain, and push to the master branch. GitHub Pages will automatically build and serve your blog. This process takes only a few minutes.
Yes, it automatically generates a JSON search index. The theme includes a client-side search interface that uses this index to provide full-text search without relying on third-party services like Algolia.
Yes. The navigation menu is controlled by the links array in _config.yml. Add, remove, or reorder items to customize what appears in the site header.
Absolutely. Tag pages are generated automatically from the tags you define in each post's front matter, giving every topic its own archive page.