Skip to content

Our GitHub Pages

nc22349 edited this page Mar 24, 2017 · 4 revisions

To enable GitHub Pages on our repo, we followed these steps:

Part One: Enabling in GitHub

  1. From the repo's main page, clicked Settings.
  2. In the Settings screen, scrolled down to the module entitled GitHub Pages.

Part Two: Entering a Domain Name

  1. Navigated to NameCheap, a DNS provider.
  2. Registered the domain name streamersurf.me.
  3. Configured our domain on NameCheap such that it used "streamersurf.me" as its CNAME and the two following IP addresses:
    • 192.30.252.153
    • 192.30.252.154

Part Three: Making the Connection

  1. Returned to GitHub on our repo's Settings page and entered "streamersurf.me" in the Custom domain field.
  2. Added a CNAME file to our repo which held only the text "streamersurf.me".