Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 808 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 808 Bytes

The 2014 Burlington Ruby Conference

August 1st-3rd, 2014

http://burlingtonrubyconference.com

Contributing

The conference website is powered by jekyll.

Server

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

http://localhost:4000/

Styles

We're using Foundation Compass Template to compile and watch SCSS file changes.

Install:

  1. Node from http://nodejs.org/.
  2. Compass: gem install compass.
  3. Bower: npm install bower -g.

Run compass to watch for style changes:

compass watch