Newby here. Possible to partition github pages CNAME pointers so some urls point to github and others to a domain name?
Example:
“my-githubpagesname/github.io/index/” points to “my-githubpagesname/githubio.io/index/”
“my-githubpagesname/github.io/about/” points to “my-githubpagesname/githubio.io/about/”
"my-githubpagesname/github.io/cool-stuff/ " points to “my-githubpagesname/githubio.io/cool-stuff/”
“my-githubpagesname/github.io/check-this-out/” points to “www.checkthisout.com”
If so, how to make it happen?