I created my blog website in Hexo, and I am using the default hosting that Github provides. Github allows you to specify the default name of your domain just like that:
As you can see my default url: ponyczek.github.io
has been set to htttp://donutdev.pl
. So far so good. The problem occurs when I write a new post for my blog in hexo and I deploy it to my repository. What happens is that my
Custom domain
The field gets overwritten back to the default ponyczek.github.io
which is a bit of a pain. I need to go to my repository settings and change it back to what it was before. This happens after every single deployment.
Here the content of my:
CNAME file
donutdev.pl