Add info on forking

This commit is contained in:
Rico Sta. Cruz 2017-09-04 10:01:24 +08:00
parent aa84c59dee
commit 85539f7878
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 9 additions and 0 deletions

View File

@ -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.