rebeccawilliams / 18f.gsa.gov

18F's main website.

Home Page:https://18f.gsa.gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

18F's Homepage

This repository contains 18F's website, https://18f.gsa.gov.

Writing a blog post for 18F? You must read our blog publishing guide.

Deployment and workflow

  • The staging branch is automatically deployed to our staging site.
  • The production branch is automatically deployed to our production site.

All development and pull requests should be done against the staging branch.

Deployments to production will be done by site admins, using PRs from staging to production.

Adding yourself to the site

If you're a new teammate, add yourself to the website by:

  1. You should have a file with your name on it in _data/team (_data/team/boone.yml, for example) on 18F/data-private. Make sure that information is accurate and be sure to read the Privacy section in the README there.
  2. Clone this repo either with the GitHub Desktop App or through the command line
  3. Create a branch
  4. Add a 250x250px photo to the assets/images/team directory that matches the name you used for name in the team.yml file
  5. Push your branch and create a pull request to the staging branch of this repo to include your photo.

You do not need to edit the team.json file in this repo, we'll find it in data-private.

If you get stuck, feel free to reach out to anyone on the 18f-site team.

Helpful tips:

Publishing a blog post

For a guide to how 18F manages blogging, and technical guidelines for getting your blog post into the site, see the 18F Blogging Guide.

Developing the site

This is a Jekyll website. Install Jekyll through Rubygems (you may need sudo), Bourbon, and Jekyll Sitemap:

./go init

Prerequisites: A few of our gems require a C++ compiler (XCode on the Mac). For the time being you will also need Node to be installed, because Jekyll 2 couples a CoffeeScript runtime. This will eventually be removed.

So yes: this project requires Ruby and Node (for now). Aren't static site generators the simplest?

Launch with Jekyll:

./go serve

The site will be visible at http://localhost:4000.

Before submitting a pull request, please ensure ./go ci_build runs and exits cleanly.

Deploying the site

You don't need to worry about deployment stuff for normal development -- any pushes to staging and production branches will auto-deploy.

But to dig into our deployment setup and code, visit deploy/ for more details.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

18F's main website.

https://18f.gsa.gov

License:Other


Languages

Language:HTML 61.7%Language:CSS 21.8%Language:Ruby 9.9%Language:JavaScript 5.5%Language:Python 1.1%