tybenz / exemplar

Jekyll site template

Home Page:http://tybenz.github.io/exemplar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Exemplar

This is my jekyll site template. Used for blog and project pages.

#Getting Started

First, make sure you have the jekyll and sass gems installed. In your terminal run:

gem install jekyll
gem install sass

You can optionally install the bourbon gem in order to update the Bourbon folder:

gem install bourbon
cd _sass
bourbon install

Start running Jekyll (defaults to port 4000) and watching Sass:

rake // 'rake watch' also works

Before deploying your site, stop rake watch and run rake generate to generate a production-ready site (no Scss comments).

Updating Bourbon

In order to update the Bourbon folder:

cd _sass/
bourbon update

Bitdeli Badge

About

Jekyll site template

http://tybenz.github.io/exemplar

License:MIT License


Languages

Language:CSS 69.0%Language:HTML 18.8%Language:Ruby 8.9%Language:JavaScript 3.4%