Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 1.04 KB

File metadata and controls

36 lines (17 loc) · 1.04 KB

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!


codeforboulder.org

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:

Making Changes:

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'.

Front End:

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.

Content

All the page copy are in simple markdown files