close
The Wayback Machine - https://web.archive.org/web/20140413033102/https://github.com/github/government.github.com
Skip to content
This repository

Gather, curate, and feature stories of public servants and civic hackers using GitHub as part of their open government innovations

branch: gh-pages
Octocat-spinner-32 _data Add ngageoint
Octocat-spinner-32 _includes Get rid of modernizr.js and use html5shiv.js directly.
Octocat-spinner-32 _layouts add link to supporting pages sidebar
Octocat-spinner-32 _posts capitalize Git and GitHub
Octocat-spinner-32 assets make comments larger;
Octocat-spinner-32 docs change skip to content to "supports"
Octocat-spinner-32 images add image to uk post, bump date to today
Octocat-spinner-32 script Fix script/fetch-us such that it uses the datafile properly.
Octocat-spinner-32 .bowerrc move all vendored assets to bower for maintainability
Octocat-spinner-32 .editorconfig Add EditorConfig to normalize spacing
Octocat-spinner-32 .gitignore Fix responsive design.
Octocat-spinner-32 .ruby-version better ruby versioning
Octocat-spinner-32 .travis.yml kill notifications
Octocat-spinner-32 404.md Update 404.md.
Octocat-spinner-32 CNAME add cname
Octocat-spinner-32 CONTRIBUTING.md link out to style guide from submit, fixes #148
Octocat-spinner-32 Gemfile Be consistent with the quotes type.
Octocat-spinner-32 Gemfile.lock dat :gem: bump
Octocat-spinner-32 Rakefile Be consistent with the quotes type.
Octocat-spinner-32 _config.yml Remove the "root" config option.
Octocat-spinner-32 archive.html Switch to `row-fluid`.
Octocat-spinner-32 bower.json Get rid of modernizr.js and use html5shiv.js directly.
Octocat-spinner-32 categories.html Switch to `row-fluid`.
Octocat-spinner-32 community.md Switch to `row-fluid`.
Octocat-spinner-32 features.md Fix features page.
Octocat-spinner-32 feed.xml Replace tabs with spaces
Octocat-spinner-32 index.html Make the instructions more welcoming for non-government
Octocat-spinner-32 organizations.json Update calls to site.organizations to site.data.organizations.
Octocat-spinner-32 readme.md Travis SVG badge 'cuz why not.
Octocat-spinner-32 sitemap.xml Remove the reference to sitemap.xsl
readme.md

GitHub and Government Build Status

screenshot

Gather, curate, and feature stories of people using GitHub as part of their open government innovations.

The site is open source (here's all the code!) and is a tool for and by the community.

Submit issues and pull requests for stories, site ideas or copy edits.

Goals

  • Share stories of real world experiences using GitHub in open Government
  • Demystify open source terminology
  • Showcase the community using GitHub to promote connections and sharing between individuals and organizations.
  • Make getting started with GitHub easier

Under the Hood

This site is made with Jekyll, an open source static site generator. This means the Jekyll program takes the content we want to be on the site and turns them into HTML files ready to be hosted somewhere. Awesomely, GitHub provides free web hosting for repositories, called GitHub Pages, and that's how this site is hosted. The content for the site is on a branch named gh-pages.

Contributing

Fix/Edit Content

If you see an error or a place where content should be updated or improved, just fork this repository to your account, make the change you'd like and then submit a pull request. If you're not able to make the the change, file an issue.

Add a Story

Have an open government story to share? Instructions for contributing a story are in docs/submit.md.

Add Organization

If you know of an organization that should be added to the organization list that generates the matrix of avatars on the Community page: fork this repository, open the _data/organizations.yml file and add it to the appropriate section of the list in the format being used. Commit your change and submit a pull request to us!


To Set up Locally

You can take all the files of this site and run them just on your computer as if it were live online, only it's just on your machine.

Requirements

If you have installed GitHub for Windows or GitHub for Mac, Git was also installed automatically.

To copy the repository's files from here onto your computer and to view and serve those files locally, at your computer's command line type:

git clone https://github.com/github/government.github.com.git
cd government.github.com
script/bootstrap
script/server

Open http://localhost:4000 in your browser


Don't see what you're looking for? Create an issue, we'll do our best to help you out.

Something went wrong with that request. Please try again.