GitHub pages with GoDaddy custom domain
21 Jun 2014When I was setting up this blog using Dnevnik static site generator on GitHub Pages, I wanted to configure it to use my cyberdot.co.uk domain name.
My domain registrar is GoDaddy.
It turned out to be quite easy to do and here are the steps:
Create a file named CNAME (it has to be in upper case) and save it in your generated web log root directory.
Open CNAME file with your favourite text editor and type in your domain name (in my case it was cyberdot.co.uk )
Don’t forget to commit your file to git and then deploy your generated blog to GitHub.
Log in to your GoDaddy account, open “Domain details” page and click on “DNS Zone file” t ...»