Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal Jekyll site demonstrating Sass integration, with basic defaults, MIT-licensed and created by Mark Otto.
Jekyll Example is a minimal Jekyll site template that demonstrates how to integrate Sass into a Jekyll project, published by Mark Otto (mdo) under the MIT license.
Jekyll Example is a simple Jekyll site built to show folks how to use Sass with Jekyll. It contains basic defaults and Sass enabled, acting as a starter skeleton rather than a complete theme. The project is open sourced under the MIT license and can be downloaded from the GitHub repository. It was created by @mdo, the same developer known for Bootstrap and other open source projects.
Jekyll is a static site generator that converts Markdown and Liquid templates into HTML. In this example, Sass is enabled so that any stylesheets written in the Sass syntax are automatically compiled to CSS when the site builds. The companion blog post walks through the exact commands and file layout needed to replicate the setup on your own machine.
Yes, the project is open sourced under the MIT license. You are free to use, modify, and distribute the code, as long as you include the original copyright notice.
No. The project README explicitly states that no support is provided. It is meant solely as a one-time download to accompany the blog post “Using Sass with Jekyll”.
You need Ruby, RubyGems, and the Jekyll gem installed. The blog post covers the installation steps and how to add Sass support to your own Jekyll site.
The code is available on GitHub at the mdo/jekyll-example repository. You can clone it or download it as a ZIP file from the GitHub interface.
