We are allowed to use our own custom domain with Github Pages.
For example, I have my page: http://example.com which points to http://username.github.io/project
But now I need to create a subdomain for another folder inside my repo. like
http://zuckerberg.example.com ---> which points to ---> http://username.github.io/project/zuckerberg
Is it possible to accomplish on github? I can't find any documentation about subdomain of custom domains :/
I found this so far https://help.github.com/articles/user-organization-and-project-pages but it's really confusing