Getting blank HTML site after changing domain from standard Github pages to custom domain

I tried to modify my standard domain from github pages like described here. My result it is just a blank HTML site without any styles from Jekyll. What could be the error?

Here is what I did:

  1. Creation of file CNAME in root with neuralbits.ai as file text
  2. Added the A records from Github in the settings site of my domain at my provider Namecheap
  3. Added the CNAME in Namecheap (here I am not sure what the correct value is. I used the name of my repository with openblog-projects.github.io.)
  4. Changed baseurl and url in _config-yaml and baseurl in settings.ini
  5. Added neuralbits.ai to my custom domain in settings for Github Pages

Here is the repo.

I get it working if I comment baseurl in the settings.ini and the _config.yaml.

1 Like