<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Brandon Risberg</title><link>https://brisberg.dev/blog/</link><description>Recent content in Blog on Brandon Risberg</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 26 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://brisberg.dev/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Hosting a Custom Domain on GitHub Pages</title><link>https://brisberg.dev/blog/hosting-a-custom-domain-on-github-pages/</link><pubDate>Mon, 09 Nov 2020 00:00:00 +0000</pubDate><guid>https://brisberg.dev/blog/hosting-a-custom-domain-on-github-pages/</guid><description>&lt;p&gt;A website hosted on GitHub Pages is natively available at &lt;code&gt;https://&amp;lt;user&amp;gt;.github.io/&amp;lt;repo&amp;gt;&lt;/code&gt;, but you can configure a custom domain for it.&lt;/p&gt;
&lt;p&gt;There are four pieces to it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Purchase a domain from a registrar&lt;/li&gt;
&lt;li&gt;Point the registrar&amp;rsquo;s DNS records at GitHub Pages&lt;/li&gt;
&lt;li&gt;Tell GitHub which host to expect, with a &lt;code&gt;CNAME&lt;/code&gt; file in the published output&lt;/li&gt;
&lt;li&gt;Let GitHub provision a TLS certificate for it&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="buying-a-domain"&gt;Buying a domain&lt;/h2&gt;
&lt;p&gt;I originally bought mine in 2020 from Google Domains, which had the best selection and lowest prices at
the time. Google had recently launched several of their own top-level domains —
&lt;code&gt;.page&lt;/code&gt;, &lt;code&gt;.dev&lt;/code&gt;, &lt;code&gt;.studio&lt;/code&gt;, &lt;code&gt;.tech&lt;/code&gt;, &lt;code&gt;.design&lt;/code&gt; — and &lt;code&gt;.dev&lt;/code&gt; fit a developer&amp;rsquo;s web
presence best.&lt;/p&gt;</description></item></channel></rss>