We're still working on the site, but come visit us at codefordc.org.
Fork this repository and clone it to your computer
Then cd into your cloned directory:
$ cd codefordc.github.com
If you're using RVM, create a gemset:
$ rvm use 1.9.3@jekyll --create
Install the jekyll gem:
$ gem install jekyll
Preview the site locally:
$ jekyll --server
Go to http://localhost:4000
To tweak the css, go to assets/themes/the-program/css
The site content is in Markdown format in the following files: index.md, projects.md, and team.md
This site is powered by Jekyll and Jekyll Bootstrap.