The site runs on jekyll
:
- Follow http://jekyllrb.com/docs/installation/ to install.
- Run
jekyll serve -w
to live load the site. The default port is 4000.
Site uses sass
and compass
for css compilation:
- Follow http://sass-lang.com/install to install
sass
. - Follow http://compass-style.org/install/ to install
compass
. - Run
compass watch
to live load changes fromsource_assets/styles/*.sass
, the file that should be edited for style changes.
Compass will compile the files to
_includes/styles
where other css files are. Then though jekyll includes all files are merged intoassets/styles/style.css