Skip to content

tybenz/exemplar

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
img
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#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