Last active
August 26, 2017 15:39
-
-
Save chand/e44f4af2167be1403aae195e0d7297dc to your computer and use it in GitHub Desktop.
Revisions
-
chand revised this gist
Aug 26, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ NOTE: Make sure these are the only 2 A Records - if there are others, delete them. ## In your local directory 1. Add new file, type in: domainname.com (no "www" or anything else) 2. Save file as: "CNAME" (no extension) in the main site directory 3. Push file and merge with master -
chand revised this gist
Aug 26, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Add Go Daddy Custom Domain to a Github website ## In GoDaddy 1. Go to "Manage my Domains" -
chand revised this gist
Aug 31, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ #Add Go Daddy Custom Domain to a Github website ## In GoDaddy 1. Go to "Manage my Domains" 2. Next to your domain, click on the Settings Sprocket Drop down and select "Manage DNS" 3. At the bottom of the "Records" Section, click "ADD" -
chand revised this gist
Aug 31, 2016 . 2 changed files with 30 additions and 30 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ #Add Go Daddy Custom Domain to a Github website ## In GoDaddy => 1. Go to "Manage my Domains" 2. Next to your domain, click on the Settings Sprocket Drop down and select "Manage DNS" 3. At the bottom of the "Records" Section, click "ADD" Type: A Host: @ Points to: 192.30.252.153 * Leave TTL as is 4. 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) 1. Add new file, type in: domainname.com (no "www" or anything else) 2. Save file as: "CNAME" (no extension) in the main site directory 3. Push file and merge with master ## To check if the custom domain has propagated, in command line ``` $ dig domain.com +nostats +nocomments +nocmd ``` [Source](http://andrewsturges.com/blog/jekyll/tutorial/2014/11/06/github-and-godaddy.html) 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 charactersOriginal file line number Diff line number Diff line change @@ -1,30 +0,0 @@ -
chand revised this gist
Aug 31, 2016 . 2 changed files with 30 additions and 26 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,26 +0,0 @@ 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ #Add Go Daddy Custom Domain to a Github website ## In GoDaddy => 1. Go to "Manage my Domains" 2. Next to your domain, click on the Settings Sprocket Drop down and select "Manage DNS" 3. At the bottom of the "Records" Section, click "ADD" Type: A Host: @ Points to: 192.30.252.153 * Leave TTL as is 4. 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 => 1. Add new file, type in: domainname.com (no "www" or anything else) 2. Save file as: "CNAME" (no extension) in the main site directory 3. Push file and merge with master ## To check if the custom domain has propagated, in console => ``` $ dig domain.com +nostats +nocomments +nocmd ``` [Good resource](http://andrewsturges.com/blog/jekyll/tutorial/2014/11/06/github-and-godaddy.html) -
chand renamed this gist
Aug 5, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
chand revised this gist
Jul 20, 2016 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -13,9 +13,14 @@ In GoDaddy => 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 -
chand revised this gist
Jul 19, 2016 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -16,4 +16,6 @@ In GoDaddy => 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 Good resource: http://andrewsturges.com/blog/jekyll/tutorial/2014/11/06/github-and-godaddy.html -
chand created this gist
Jul 19, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ 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 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