Source code for uxdesignday.org - static HTML, CSS, and a little bit of JS. Founded, designed, and predominantly built by Benjamin Humphrey with some help from Sam Tran, and Dave Strydom for the resources list.
Uses Coffeescript and Stylus.
A Gruntfile with a 'dev' task is available for development.
npm install -g grunt-cli
npm install
grunt dev
grunt build
Pretty simple so far - since the site is totally static, I just push up to master and the server is on a 2 minute git pull origin master cronjob. You can see the site live at beta.uxdesignday.org.