Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DianaEromosele/58b02b16f290842bb21faec47a09ae51 to your computer and use it in GitHub Desktop.
Save DianaEromosele/58b02b16f290842bb21faec47a09ae51 to your computer and use it in GitHub Desktop.
In GoDaddy =>
Go to "Manage my Domains"
Next to your domain, click on the Settings Sprocket Drop down and select "Manage DNS"
At the bottom of the "Records" Section, click "ADD"
Type: A
Host: @
Points to: 192.30.252.153
* Leave TTL as is
Click "ADD" again to add another record:
Type: A
Host: @
Points to: 192.30.252.154
* Leave TTL as is
NOTE: Make sure these are the only 2 A Records - if there are others, delete them.
In your local files in Sublime =>
Add new file, type in: domainname.com (no "www" or anything else)
Save file as: "CNAME" (no extension) in the main site directory
Push file and merge with master
To check if the custom domain has propagated, in console =>
Good resource: http://andrewsturges.com/blog/jekyll/tutorial/2014/11/06/github-and-godaddy.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment