git clone https://github.com/patrickhammond/Presentation-AndroidGradle
(using your own Git repo)cd Presentation-AndroidGradle
(using the correct path)git checkout -b gh-pages
- Create README.md with the file below.
- Create index.html with the file below.
python -m SimpleHTTPServer 8000
open http://localhost:8000/index.html
- Verify the presentation renders.
git add -all .
git commit -m "Initial pages."
git push origin gh-pages
- Go to
http://patrickhammond.github.io/Presentation-AndroidGradle
(using the correct username and repo).
It also looks like if you have your website hosted from GitHub (ie: patrickhammond.com --> patrickhammond.github.io) with the CNAME entry setup it will be accessible via your URL (patrickhammond.com/Presentation-AndroidGradle).