https://github.com/18F/content-guide
18F Content Guide
https://github.com/18F/content-guide
Last synced: 11 months ago
JSON representation
18F Content Guide
- Host: GitHub
- URL: https://github.com/18F/content-guide
- Owner: 18F
- License: other
- Archived: true
- Created: 2015-07-01T18:26:02.000Z (almost 11 years ago)
- Default Branch: 18f-pages
- Last Pushed: 2023-12-14T21:02:02.000Z (over 2 years ago)
- Last Synced: 2024-08-07T23:39:38.904Z (almost 2 years ago)
- Language: HTML
- Homepage: https://content-guide.18f.gov/
- Size: 1.41 MB
- Stars: 79
- Watchers: 120
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
**⚠️ This guide has moved to the [consolidated 18F guides repository](https://github.com/18F/guides).**
## 18F Content Guide
This is the repository for the [18F Content Guide](https://content-guide.18f.gov/). This guide was developed for 18F employees, but we hope it's a useful reference for everyone.
For a detailed introduction, see [how to use this guide](https://content-guide.18f.gov/).
## History
18F's Content Guild ([#g-content](https://18f.slack.com/archives/g-content)) maintains this guide.
We started by adapting [GOV.UK’s work](https://www.gov.uk/guidance/content-design), and we’d like to thank their team for championing plain language and information accessibility. We've since expanded the guide to cover more topics, reorganized things, and moved the site from 18F Pages to [Federalist](https://github.com/18F/federalist/). This guide is a work in progress, and we'll continue refining it over time.
### Contributors
* [Jamie Albrecht](https://github.com/jamiealbrecht)
* [Emileigh Barnes](https://github.com/emileighoutlaw)
* [Nicole Fenton](https://github.com/nicoleslaw)
* [Andre Francisco](https://github.com/awfrancisco)
* [Britta Gustafson](https://github.com/brittag)
* [Jeannine Hunter](https://github.com/jeanninehunter)
* [James Hupp](https://github.com/jameshupp)
* [Andrew Maier](https://github.com/andrewmaier)
* [Corey Mahoney](https://github.com/coreycaitlin)
* [Kate Saul](https://github.com/kategarklavs)
* [Anna Heller Sebok](https://github.com/annahsebok)
* [Will Slack](https://github.com/wslack)
* [Tadhg O'Higgins](https://github.com/tadhg-ohiggins)
* [Atul Varma](https://github.com/toolness)
* [Jeff Durland](https://github.com/durland18F)
* [Ryan Johnson](https://github.com/brentryanjohnson)
* [Michelle Rago](https://github.com/michelle-rago)
## Development
The Content Guide uses [USWDS-Jekyll](https://github.com/18F/uswds-jekyll).
To run it locally:
1. Clone the repository.
1. Install [Jekyll](http://jekyllrb.com/) and the necessary dependencies: `bundle install`
1. Run the web server with `bundle exec jekyll serve`
1. Visit the local site at [http://localhost:4000](http://localhost:4000)
_or_
1. Install [Docker for Mac](https://hub.docker.com/editions/community/docker-ce-desktop-mac).
1. Clone this repository.
1. From this repository directory, run:
```sh
docker-compose up --build
```
1. Open http://localhost:4000
### Public domain
As a work of the United States government, this project is in the public domain within the United States.
Additionally, we waive copyright and related rights in the work worldwide through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/).