How to add GitHub Pages to a project
2013-01-02
HOWTO
Overview
GitHub Pages is a static site hosting service and is designed to host personal, organization, or project pages directly from a GitHub repository.
Background
I occasionally need to add GitHub Pages (gh-pages) to a project. These instructions are based on a GitHub help article and have been customized for my use.
Steps
Create orphan gh-pages
branch in doc/html
directory:
|
|
Create initial commit:
|
|
Configure gh-pages
branch:
|
|
((( - Enjoy responsibly. - )))
References
| GitHub Help / GitHub Pages Basics
| GitHub Help / Creating Project Pages from the command line