Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Bootstrap admin template for Jekyll — a Ruby gem that brings Stisla's dashboard UI to Jekyll sites.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
Stisla for Jekyll is a free Bootstrap admin dashboard template distributed as a Ruby gem, with the specific job of bringing the Stisla admin UI into Jekyll sites. It takes a standard Jekyll project configuration — a Gemfile and a _config.yml — and outputs a theme-ready dashboard interface using Stisla's Bootstrap components.
Stisla for Jekyll is a Jekyll theme gem that ports the Stisla Bootstrap admin template into a structure Jekyll can consume directly. You add gem "stisla-jekyll" to your project's Gemfile, set theme: stisla-jekyll in your _config.yml, and run bundle to install it; after that, Jekyll builds your site with Stisla's layouts, includes, Sass, and assets. The project is maintained by SunDi3yansyah on GitHub under the MIT License, and it links to the original Stisla homepage at getstisla.com and its documentation at getstisla.com/docs.
gem "stisla-jekyll" in your Gemfile or gem install stisla-jekyll standalone, then activate it with theme: stisla-jekyll._layouts, _includes, _sass, and assets, which means you can override any part of the theme like any other Jekyll theme.bundle exec jekyll serve to test the theme at http://localhost:4000; changes regenerate on refresh._layouts, _includes, _sass, or assets to change the look and behavior.Installation follows the standard Jekyll theme gem flow: add gem "stisla-jekyll" to your Gemfile, add theme: stisla-jekyll to _config.yml, run bundle, and then bundle exec jekyll serve for local preview. The README's Usage section is marked WIP, so detailed usage instructions are not yet written.
Yes, Stisla for Jekyll is released under the MIT License, which allows free use, modification, and distribution with attribution.
Add gem "stisla-jekyll" to your Jekyll site's Gemfile, add theme: stisla-jekyll to _config.yml, then run bundle. You can also install it manually with gem install stisla-jekyll.
No, it's a Jekyll theme version of Stisla. The original Stisla Bootstrap template remains available at getstisla.com, and this gem packages it for Jekyll sites.
The repository includes Travis CI build status and gem version badges, but the README marks the Usage section as WIP, indicating the theme is still under active development.