Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The setup is different for domains like <code>example.com</code> and sub-domains like <code>blog.example.com</code>.</p> <h3>In case of a sub-domain: blog.example.com</h3> <ol> <li>Go to <strong>Domains | Manage Domains</strong> in your webpanel</li> <li>Locate <code>blog.example.com</code>, click <strong>Delete</strong> in the <strong>Actions</strong> column</li> <li>Wait 10 minutes, and then click the <strong>DNS</strong> link below <code>example.com</code></li> <li>Add a <code>CNAME</code> record: <ul> <li><strong>Name</strong> = <code>blog</code></li> <li><strong>Type</strong> = <code>CNAME</code></li> <li><strong>Value</strong> = <code>yourusername.github.io.</code> (yes there is a <code>.</code> at the end!)</li> </ul></li> </ol> <h3>In case of a domain: example.com</h3> <ol> <li>Go to <strong>Domains | Manage Domains</strong> in your webpanel</li> <li>Locate <code>example.com</code>, click <strong>Edit</strong> in the <strong>Actions</strong> column and switch to <strong>DNS only</strong> hosting (it's at the bottom)</li> <li>Go back to <strong>Domains | Manage Domains</strong> in your webpanel</li> <li>Click the <strong>DNS</strong> link below <code>example.com</code></li> <li>Add an <code>A</code> record: <ul> <li><strong>Name</strong> = (blank, nothing)</li> <li><strong>Type</strong> = <code>A</code></li> <li><strong>Value</strong> = <code>185.199.108.153</code> (GitHub, from <a href="https://help.github.com/articles/tips-for-configuring-an-a-record-with-your-dns-provider/#configuring-an-a-record-with-your-dns-provider" rel="nofollow noreferrer">this page</a>)</li> </ul></li> <li>Add a <code>CNAME</code> record: <ul> <li><strong>Name</strong> = <code>www</code></li> <li><strong>Type</strong> = <code>CNAME</code></li> <li><strong>Value</strong> = <code>yourusername.github.io.</code> (yes there is a <code>.</code> at the end!)</li> </ul></li> </ol> <p>(Yes, you need both the <code>A</code> and <code>CNAME</code> records in this case.)</p> <p>Btw, the only reason I know this is because I did the same thing last weekend. I was quite lost, but the helpful support guys helped me half way, and I figured out the rest. This procedure works for me, I needed both cases so I tested both.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload