Custom domain Github pages using Cloudflare
23 Nov 2015Today i begin to struggle with github.io and how to show my content inside github.io in my own custom domain. and find very good solution named Cloudflare. A company that provides a content delivery network and distributed domain name server services, sitting between the visitor and the CloudFlare user’s hosting provider, acting as a reverse proxy for websites. Wikipedia
To do that just open a new account on cloudflare.com then add your domain there.
Then in DNS section, remove all of your A
DNS record, add a new CNAME
record and point it to (your-account.github.io). that’s it. that is just that simple.