Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 865 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 865 Bytes

Code for DC website

We're still working on the site, but come visit us at codefordc.org.

Usage

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

Jekyll Bootstrap

This site is powered by Jekyll and Jekyll Bootstrap.