After changing the CNAME to my custom domain (http://alphagirls.cc) the index and links to posts and static pages won't render with the look+feel specified in my CSS. The site is supposed to refer to a project page repo on my github account: usrrname.github.io/alphagirls/
Things I tried:
I checked that I put the CNAME file in the site root and also that i didn't write "http://" in there. I also tried to change the A record to my github account's IP but it was still the same, so I don't think that was the issue. Also specified "url: http://alphagirls.cc" in my _config.yml
Also I used the {{sitebase.url}} tag for relative links. I thought static pages and posts and the look+feel specified in my css wasn't rendering when accessed on alphagirls.cc because I didn't specify baseurl as my custom domain name (alphagirls.cc) so I changed my baseurl to that and pushed the config.yml back in, noticed none of the links worked and layout was not showing once again. So that must not be the problem.