Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimalistic Jekyll theme for blogging, featuring dark mode, tags, Disqus comments, and easy GitHub Pages deployment.

TKL-REVISION is a responsive design theme for Hexo, based on TKL and referencing features from the Next theme.

A free MIT-licensed JBake blog theme adapted from HTML5 UP's Future Imperfect design, with Disqus, analytics, and feed support.

A Hugo theme with a three-column magazine layout inspired by hugo-xmag, built for owaraiclub.com.

A math- and code-intensive Jekyll blog theme with MathJax, Jupyter-like code blocks, and utterances comments.

A responsive Jekyll theme with a clean single-column layout, image text overlays, and a mobile-friendly navigation bar.

A light responsive Hugo AMP theme for bloggers ⚡.
Wind is a minimalistic Jekyll theme for blogging that runs on GitHub Pages and includes dark mode, a tags page, and Disqus commenting out of the box.
Wind is a clean, minimalistic Jekyll theme created for blogging and personal websites. It takes standard Jekyll posts written in Markdown with YAML Front Matter and renders them into a responsive site with dedicated layouts for the home page, individual posts, standalone pages, and an image gallery. The theme is distributed both as a Ruby gem (wind-theme) and as a GitHub repository template, and the repository lists Tailwind CSS among its topics, indicating the theme's styling is Tailwind-based. Its author provides contact via email and a Buy Me a Coffee page.
JEKYLL_ENV=production) and can be disabled per post with comments: false in the post's YAML Front Matter.custom-head.html include lets you insert Google Analytics, social meta tags, or other third-party scripts into the page head.jekyll-seo-tag plugin, and its clean markup and URL structure help search engines index content._data/gallery.yml file to display images with hover quotes.gallery.html layout to show a photo grid with captions and hover text, configured entirely in _data/gallery.yml.page.html-based documentation page and link it from the navbar, which only shows pages with a title in their Front Matter.The quickest path is to click "Use this template" on the GitHub repository, name the new repository YOURUSERNAME.github.io for a user site, and enable GitHub Pages with GitHub Actions as the source. For an existing Jekyll site, add gem "wind-theme" to the Gemfile, set theme: wind-theme in _config.yml, and run bundle followed by bundle exec jekyll serve. After installation, set at least title and author in _config.yml, and add a Disqus shortname plus the site url if you want comments.
title attribute in their Front Matter; comments require setting the site url in addition to the Disqus shortname.Wind is free and open source under the MIT License. There is no paid tier or premium features.
Yes, Wind is released under the MIT License, so you can use, modify, and distribute it freely, including in commercial projects.
Yes. Wind includes a dark mode toggle that lets readers switch to a low-light-friendly color scheme, improving accessibility for evening reading.
Use the repository's "Use this template" button to create a new repo, name it YOURUSERNAME.github.io, then go to Settings > Pages > Source and select GitHub Actions. The included workflow will build and publish the site automatically.
Yes. Add gem "wind-theme" to your Gemfile, declare theme: wind-theme in _config.yml, and run bundle install. The theme will then be applied to your existing posts and pages.
At minimum, you must set title and author in _config.yml. For Disqus comments, you also need to set the url of your site and provide a disqus.shortname.
