Git Product home page Git Product logo

cfb_static's Introduction

Code For Boston Website

wercker status

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.

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

  • To add/update jobs, edit _data/jobs.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 the updates to the gh-pages in github. The gh-pages branch should generally always be the same as master. Example workflow:

# merge a PR into master to change something
git checkout master
git pull                    # get the latest version of the master branch
git checkout gh-pages
git merge master            # sync gh-pages with your updates
git push origin gh-pages    # deploy to codeforboston.org

cfb_static's People

Contributors

emily-wasserman avatar isaacchansky avatar shanecurcuru avatar whereshj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.