Skip to content

Instantly share code, notes, and snippets.

@chand
Last active August 26, 2017 15:39
Show Gist options
  • Select an option

  • Save chand/e44f4af2167be1403aae195e0d7297dc to your computer and use it in GitHub Desktop.

Select an option

Save chand/e44f4af2167be1403aae195e0d7297dc to your computer and use it in GitHub Desktop.

Revisions

  1. chand revised this gist Aug 26, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion addgodaddycustomdomaintogithubsite.md
    Original 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 files (in Sublime)
    ## 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
  2. chand revised this gist Aug 26, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion addgodaddycustomdomaintogithubsite.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    #Add Go Daddy Custom Domain to a Github website
    # Add Go Daddy Custom Domain to a Github website

    ## In GoDaddy
    1. Go to "Manage my Domains"
  3. chand revised this gist Aug 31, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion addgodaddycustomdomaintogithubsite.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    #Add Go Daddy Custom Domain to a Github website

    ## In GoDaddy =>
    ## 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"
  4. chand revised this gist Aug 31, 2016. 2 changed files with 30 additions and 30 deletions.
    30 changes: 30 additions & 0 deletions addgodaddycustomdomaintogithubsite.md
    Original 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)
    30 changes: 0 additions & 30 deletions godaddy_customdomain_to_github_website.md
    Original file line number Diff line number Diff line change
    @@ -1,30 +0,0 @@
    #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)
  5. chand revised this gist Aug 31, 2016. 2 changed files with 30 additions and 26 deletions.
    26 changes: 0 additions & 26 deletions Add Go Daddy Custom Domain to a Github website
    Original file line number Diff line number Diff line change
    @@ -1,26 +0,0 @@
    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
    30 changes: 30 additions & 0 deletions godaddy_customdomain_to_github_website.md
    Original 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)
  6. chand renamed this gist Aug 5, 2016. 1 changed file with 0 additions and 0 deletions.
  7. chand revised this gist Jul 20, 2016. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions adding_go_daddy_custom_url_to_github_website.txt
    Original 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
  8. chand revised this gist Jul 19, 2016. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion adding_go_daddy_custom_url_to_github_website.txt
    Original 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
    Push file and merge with master

    Good resource: http://andrewsturges.com/blog/jekyll/tutorial/2014/11/06/github-and-godaddy.html
  9. chand created this gist Jul 19, 2016.
    19 changes: 19 additions & 0 deletions adding_go_daddy_custom_url_to_github_website.txt
    Original 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