Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Bootstrap 4 based Jekyll theme for GitHub Pages, installable as a remote theme or Ruby gem.
Lone Wolf Theme is a free, MIT-licensed Jekyll theme built on Bootstrap 4 that lets you launch a GitHub Pages-compatible blog or static site by adding one line to your _config.yml.
Lone Wolf Theme is a simple Bootstrap-based Jekyll theme created by Mani Kumar and distributed via GitHub and RubyGems. It takes a Jekyll project and produces a static site with Bootstrap's responsive grids and components. The theme is compatible with GitHub Pages because it only uses GitHub Pages-compatible gems, and it integrates Bootswatch wrappers plus animate.css for styling and animations.
remote_theme: "manid2/lone-wolf-theme" in _config.yml and GitHub Pages builds the site with this theme.lone-wolf-theme on RubyGems, so you can install it via Gemfile and run Jekyll plugins on any host.The README lists three installation methods. The simplest is remote theme installation: add remote_theme: "manid2/lone-wolf-theme" to your _config.yml. For plugin-heavy builds, add gem "lone-wolf-theme" to your Gemfile, run bundle, and then set theme: "lone-wolf-theme" in _config.yml. A third option is to fork the theme's repository to gain full control of the source code.
Lone Wolf Theme is free and released under the MIT license. The developer requests voluntary donations via Buy Me a Coffee to support further development.
Yes. Lone Wolf Theme is licensed under MIT, so it is free to use, modify, and distribute, including in commercial projects. The author accepts optional donations through Buy Me a Coffee.
Add remote_theme: "manid2/lone-wolf-theme" to your _config.yml file and push the repository. GitHub Pages automatically builds the site using the theme, provided the repository uses the supported Jekyll version.
You can use Jekyll plugins when installing the theme as a Ruby gem on your own server. GitHub Pages restricts plugins to its list of supported gems, and the remote theme method only works with those.
The theme is built on Bootstrap 4, includes Bootswatch wrappers for theme swapping, and uses animate.css for CSS animations. Its dependency set is limited to GitHub Pages-compatible gems.
Lone Wolf Theme is developed by Mani Kumar (manid2) and hosted on GitHub. The README includes a sponsor link to Buy Me a Coffee for voluntary financial support.
