This repo contains the static site generator for docs.clearelection.org
It's a Middleman 3.x project using Compass/SASS, HAML, Coffeescript, bower, and Foundation, among other things.
Important commands:
bundle update
bower update
middleman server
- test onhttp://localhost:4567
rake release
- push to live site. Requires a local filekeys/aws.yml
(.gitignore'd) with the appropriate AWS authorization data.