Skip to content

Commit

Permalink
Add info on forking
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Sep 4, 2017
1 parent aa84c59 commit 85539f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,12 @@ redirect_to: /es6
## Localizations

See `_data/content.yml` for chrome strings.

## Forking

So you want to fork this repo? Sure, here's what you need to know to whitelabel this:

- It's all GitHub pages, so the branch has to be `gh-pages`.
- All other GitHub pages gotchas apply (CNAME, etc).
- Edit everything in `_data/` - this holds all 'config' for the site: ad IDs, strings, etc.
- Edit `_config.yml` as well, lots of things may not apply to you.

0 comments on commit 85539f7

Please sign in to comment.