Custom domains

Custom domains

$ echo "foobar.com" > CNAME
$ git commit && git push

Create a CNAME file with your domain on it.

See: Setting up a custom domain (github.com)

Set up your domain

Subdomain (like www):

 CNAME => username.github.io

Apex domains:

 ALIAS => username.github.io

Apex domains (alternative):

A => 192.30.252.153
A => 192.30.252.154

References

0 Comments for this cheatsheet. Write yours!