From 85539f78787e3a96b21b18434f191edcdf4b04af Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 4 Sep 2017 10:01:24 +0800 Subject: [PATCH] Add info on forking --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 279f92392..1b9317b3b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.