This repo contains a Jekyll templated site made to deploy on Github's Pages.
- Jekyll 1.0+
- Nodejs 0.10+
- Grunt 0.4+
- Compass 0.12+
- Install Jekyll:
gem install jekyll bundler
- Install required ruby gems:
bundle install
- Install Grunt CLI:
npm install -g grunt-cli
- Install NodeJS dependencies:
npm install
grunt
This will build the files, attach a watch to the files for changes, and serve to http://localhost:4000
.
To update the CSS, edit the .scss
files in the sass
directory, then run grunt compass
to compile.
In order for these styles to display on Github pages, you'll need to commit your final build css files in the css directory.