jekyll-inuit-starter
v0.1.0
Published
A bare-bones starter template of a Jekyll site using Inuit.css
Downloads
27
Maintainers
Readme
jekyll-inuit-starter
An absolute bare-bones, square one, needn't have bothered starter template of a Jekyll site using Inuit.css.
Installation
npm install jekyll-inuit-starter
Dependencies
Commands
All commands should be run from the root directory of your project.
- Start server at localhost:4000 with
jekyll serve
. - Rebuild HTML once with
jekyll build
. - Rebuild HTML every time a file changes with
jekyll build --watch
. - Regenerate CSS with
compass watch .
Config files
- config.rb for Compass.
- _config.yml for Jekyll.
CSS
Your CSS is edited in css/style.scss and generated at css/style.css.