Skip to content

sashamaryl/codeforboston.org

 
 

Repository files navigation

Code For Boston Website

This is a pretty standard Jekyll website at http://www.codeforboston.org/; there are a number of datasets in _data that build various lists displayed on the site.

We have a Guide for New Members. Please be sure to read our Code of Conduct. CFB is a Code for America Brigade.

First time? Download some dependencies.

This repository makes use of reveal.js. In order to synchronize the dependencies within this repository, run the following:

git submodule update --init

I want to update the wesite. How do I do that?

  • To add/update jobs, edit _data/jobs.yml
  • To add/update events, edit _data/events/active.yml
  • To edit normal site pages, edit the html or markdown files in _pages/
  • To edit the homepage content, edit index.html

Deploy to codeforboston.org

This site is hosted via GitHub Pages, so all you need to do to deploy is to push updates to the master branch in GitHub. Within minutes, http://www.codeforboston.org/ will reflect the new changes.

About

Code for Boston's website and hack night presentation.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.7%
  • CSS 26.5%
  • JavaScript 0.8%