Publishing more than one site on GitHub Pages
github-pagesweb-hostingdnssubdomain
Abstraction: GitHub Pages limitation on hosting multiple sites per account with custom domains
Key points:
- Each GitHub account gets one user/organization Pages site at
<username>.github.com; project pages exist as subdirectories - Custom domain set via A record pointing to GitHub's IP (204.232.175.78 at time of writing) and CNAME in repo
- Hosting a second custom subdomain (e.g., movies.tshepang.net) requires a separate GitHub account or a different hosting approach
- Workaround options include project pages (published at
username.github.io/project) or creating an additional GitHub account
Connections: Github · Web Hosting · Static Sites
Source: http://webapps.stackexchange.com/questions/42455/publishing-more-than-one-site-on-github-pages