Set up a website with your own domain name

Rent a domain name, say yourdomain.net from Google Domains (my choice at the time being). Other provider may or may not work, eg Tecent, Alibaba, GoDaddy. Seems my website can be visited from China. Set up your github repo. The name MUST be yourgitid.github.io echo hello > index.html yourgitid.github.io --> Settings --> GitHub Pages Custom domain: www.yourdomain.net Google domain --> Configure DNS --> Custom resource records Name:www TYPE: CNAME DATA: yourgitid.github.io curl www.yourdomain.net Congrats! Back