# jekyll-inuit-starter

An absolute bare-bones, square one, needn't have bothered starter template of a [Jekyll](http://jekyllrb.com/) site using [Inuit.css](http://inuitcss.com/).

## Installation

    npm install jekyll-inuit-starter

## Dependencies

1. [Jekyll](http://jekyllrb.com/)
1. [Node/NPM](http://nodejs.org/)
1. [SASS](http://sass-lang.com/)
1. [Compass](http://compass-style.org/)

## Commands

All commands should be run from the root directory of your project.

1. Start server at localhost:4000 with `jekyll serve`.
1. Rebuild HTML once with `jekyll build`.
1. Rebuild HTML every time a file changes with `jekyll build --watch`.
1. Regenerate CSS with `compass watch .`

## Config files

1. config.rb for Compass.
1. _config.yml for Jekyll.

## CSS

Your CSS is edited in css/style.scss and generated at css/style.css.

