I created my github.io page. Additionally, I added a www
subdomain, it worked well.
Now I want to add another custom subdomain with this scheme: forename.rootdomain.com
. For that reason, I added another CNAME to my rootdomain and point forename
also to my surname.github.io
page. This results in
404: There isn't a GitHub Pages site here.
Is it possible to add additional subdomains, besides blog.
and www.
? Additionally, is it possible without creating new repos with gh-pages
branches?
I only want to maintain one GitHub page; not additional copies of it.