Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A clean and responsive Jekyll theme designed for legibility and accessibility.

A free Hexo blog theme with an ancient Chinese aesthetic, featuring Fancybox, customizable widgets, and multiple code highlight styles.

A personal Hugo blog theme with post, zone, and gallery sections, per-page MathJax, and color customization.

A simple Jekyll theme for blogging with Bootstrap, Disqus comments, and JavaScript search.

Content focused, minimal Hugo theme for writers, with no JavaScript, system fonts, and 100/100 performance scores.

Minimal Hugo blog theme with server-side KaTeX, no CDNs, and a fast, no-clutter reading experience.
jekyll-theme-mint is a clean and responsive Jekyll theme designed for legibility and accessibility, distributed as a Ruby gem so you can add it to any Jekyll-powered blog.
jekyll-theme-mint is a Jekyll theme packaged as a Ruby gem. It takes a standard Jekyll site (Markdown posts, pages, and a _config.yml file) as input and outputs a static blog with a responsive layout, configurable light/dark/auto themes, and typography tuned for readability. The theme runs wherever Jekyll runs and is installable by adding a single line to your Gemfile and setting theme: jekyll-theme-mint in _config.yml.
Bloggers and writers who want a clean, readable Jekyll blog with minimal configuration. Developers who publish to GitHub Pages and need a lightweight theme that can be installed as a gem. Site owners who want dark mode, Disqus, and Google Analytics without writing custom code. Anyone who wants an open-source theme that can be modified under the MIT License.
Add the gem to your Gemfile and run bundle install. In _config.yml, set the theme to jekyll-theme-mint and customize options like blog_theme, accent colors, social links, date format, Disqus, and Google Analytics. For a test run, execute bundle exec jekyll serve and open http://localhost:4000.
jekyll-theme-mint is free and open source, released under the MIT License.
minima, the default Jekyll theme that ships with new Jekyll sites.
Yes. The theme is open source under the MIT License, so you can use, modify, and distribute it freely, including for commercial projects.
Add gem "jekyll-theme-mint" to your Gemfile and set theme: jekyll-theme-mint in _config.yml, then run bundle install. You can also install the gem directly with gem install jekyll-theme-mint.
Yes. Set blog_theme to "dark" for a fixed dark theme, "light" for a fixed light theme, or "auto" to switch based on the visitor's system and browser settings.
Yes, because it is a standard Jekyll theme installable as a gem, it works on GitHub Pages when configured through the Gemfile and _config.yml.
