August 1st-3rd, 2014
http://burlingtonrubyconference.com
The conference website is powered by jekyll.
Install jekyll
gem install jekyll
Boot up the jekyll server (and watch for changes)
jekyll serve -w
Change the source and view the changes in your browser
We're using Foundation Compass Template to compile and watch SCSS file changes.
Install:
- Node from http://nodejs.org/.
- Compass:
gem install compass
. - Bower:
npm install bower -g
.
Run compass to watch for style changes:
compass watch