update 6/9/2017
This is the repo for the old Code for Boulder site, still hosted at http://www.codeforboulder.org/ as of 6/9/2017.
If you'd like to contribute to the current site, please go to this repo!
This is where we will eventually host the Code for Boulder site.
It's built with Jekyll, a static web generator.
This is a work in progress! View the current site here:
Read a little about Jekyll if you need an introduction. Basically markdown pages (like index.markdown
) have simple plain-text content in them that gets turned into a webpage, using a 'template' or 'layout'.
To change the basic html of the whole site, edit the files in the _layouts
directory.
Add any javascript libraries, or css to the assets
directory.
All the page copy are in simple markdown files