Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple and clean Jekyll theme for blogs, distributed as a Ruby gem.

A Gatsby blog starter with TypeScript, system theme switching, RSS, SCSS, and custom theme support.

Starter for a static website or blog - built with Jekyll, a minimal theme and GH Pages

A free, feature-rich Hugo blog theme based on Bear Blog with upvotes, search, TOC, and Mermaid diagrams.
Wead is a simple, clean Jekyll theme for blogs, distributed as a Ruby gem and released under the MIT License. It provides a minimal layout with Sass styling, a customizable about page, and built-in pagination support via the jekyll-paginate plugin.
Wead is a Jekyll theme that turns a standard Jekyll site into a clean blog. It takes a Jekyll project with Markdown or HTML content and produces a static website with a minimal, readable design. The theme is developed by Kevyder and published on RubyGems, with a live demo at https://kevyder.github.io/wead/.
gem "wead") and activated by setting theme: wead in _config.yml, so updates are managed through Bundler.paginate: 5, a paginate_path, and the jekyll-paginate plugin._about.md file, giving a simple way to update the author bio or site description.Wead is aimed at Jekyll users who want a straightforward blog theme without extra complexity. It suits developers who prefer managing themes as gems, bloggers who want a clean personal site, and anyone looking for a minimal starting point for a Jekyll-based publication.
_config.yml, and add Markdown posts to launch a clean blog._about.md to change what appears on the about section of the site.Installation follows the standard Jekyll theme workflow. First, add gem "wead" to your site's Gemfile and add theme: wead to _config.yml. Then run bundle to install the dependency. For development or local testing, run bundle exec jekyll serve and open http://localhost:4000.
Wead is free and open source, published under the MIT License. There are no paid tiers or premium features.
Yes, Wead is open source under the MIT License, meaning you can use, modify, and distribute it freely for personal or commercial projects.
Add the gem to your Gemfile, set the theme in _config.yml, and run bundle. Alternatively, install the gem directly with gem install wead.
Yes, Wead works with the jekyll-paginate plugin. Add paginate: 5, a paginate_path, and plugins: [jekyll-paginate] to your configuration.
Only the files in _layouts, _includes, and _sass tracked with Git are released with the theme, as stated in the development notes.
