Skip to content

morisy/CFB_static

 
 

Repository files navigation

Code For Boston Website

This is a pretty standard Jekyll website at https://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, https://www.codeforboston.org/ will reflect the new changes.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.6%
  • CSS 26.6%
  • JavaScript 0.8%