Forked from chand/addgodaddycustomdomaintogithubsite.md
Created
August 2, 2016 13:58
-
-
Save DianaEromosele/58b02b16f290842bb21faec47a09ae51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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