Octopress/Octopress with Github Project Pages/Attic
From charlesreid1
Every project can also create a collection of hosted GitHub pages. To do this, you can create a branch called gh-pages that will be completely separate from your other branches and will contain all of the content served by the web server when you go to the page http://username.github.io/project
Check out your project from GitHub:
git clone https://github.com/charlesreid1/
to be continued...