Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Unmaintained Bootstrap-based Jekyll theme with flat color schemes, customizable for blogs.
Shiori is an unmaintained Bootstrap-based Jekyll theme by Elle Kasai that provides a flat-color blogging layout with seven preset color schemes and SASS-driven customization.
Shiori is a theme for Jekyll static sites, built on the Bootstrap front-end framework and released under the MIT License. It takes a Jekyll-based blog project and applies a color-themed layout with customizable navigation, sidebar, and post templates. The theme runs on any Jekyll installation and is pre-configured for GitHub Pages through the github-pages gem. The author, Elle Kasai, announced the project is no longer maintained.
_sass/custom-bootstrap-variables.scss for framework-level customization._data/theme.yml._includes/ for easy editing.github-pages gem; run locally with jekyll serve --watch after forking the repository.CNAME file to configure a custom domain._sass/custom-scss.scss._config.yml, _includes, and _sass files._data/theme.yml file without touching templates._config.yml and CNAME, and publish a blog with a custom domain._data/theme.yml to cycle the seven flat UI colors and see the result on the same content._includes/nav.html and _includes/sidebar.html to fit your site structure.bundle install to install the github-pages gem, then jekyll serve --watch.http://localhost:4000/shiori/ (the default baseurl is /shiori; change it to an empty string in _config.yml to use the root)._config.yml, CNAME, and _includes before deploying.Shiori is free and open source under the MIT License.
No. The author states at the top of the README that the project is no longer maintained and that they no longer have time to update it.
You need a Jekyll environment. The README recommends installing the github-pages gem via bundle install and running jekyll serve --watch.
Edit _data/theme.yml to select one of the seven available schemes: Dark, Turquoise, Green, Blue, Purple, Orange, or Red.
Yes, the theme includes a CNAME file; replace its contents with your domain to host on GitHub Pages.
