A starter kit for using Sass with Jekyll that includes:
A barebones Jekyll starter theme
A Gulp file with a default task that does the following:
"Sass makes CSS fun again. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin." – Sass
"Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories." – Jekyll
bundle install
to install Ruby gemsnpm install
to install npm packagesgulp
to run the default Gulp taskInspired by @shakyShane's jekyll-gulp-sass-browser-sync.