Tutorial: https://pages.github.com/
Github Page Basics (very useful!): https://help.github.com/categories/github-pages-basics/
Getting Started With Github Pages (video): https://www.youtube.com/watch?v=4TrOCv5Kukk
- In the root of your project repo, create a
CNAME
file - add your domain to your cname file. example: evan.com
- Go to your domain registrar (godaddy, name.com, hover, etc.)
- Find the DNS settings
- Create A name records that point to
192.30.252.154
and192.30.252.153
- Create a CNAME record for www.[your domain].com
- Wait for the new records to propogate
- Your site is up! If you visit your custom domain, you should see your github page.