(hopefully automated someday)
- make repo on github
- in threejsfundamentals.org
- git fetch origin gh-pages
- git checkout gh-pages
- git rebase origin/gh-pages?
- git clone --branch gh-pages ../old.threejsfundamentals/rXXX
- cd ../old.threejsfundamentals.rXXX
- git remote rm origin
- git remote add origin
- edit CNAME
- delete
- robots.txt
- sitemap.xml
- atom.xml
- Gruntfile.js
- s//threejsfundamentals.org//rXXX.threejsfundamentals.org/g
- git push -u origin gh-pages
- Update DNS (cloudflare)