<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Andys Blog</title><link>https://imandy.xyz/</link><description>Recent content on Andys Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 05 Jul 2025 13:58:33 -0600</lastBuildDate><atom:link href="https://imandy.xyz/index.xml" rel="self" type="application/rss+xml"/><item><title>How I Built My Personal Website with Hugo, GitHub Pages, and a Custom Domain</title><link>https://imandy.xyz/posts/how-to-host-your-hugo-blog-on-github-pages/</link><pubDate>Sat, 05 Jul 2025 13:58:33 -0600</pubDate><guid>https://imandy.xyz/posts/how-to-host-your-hugo-blog-on-github-pages/</guid><description>&lt;p>After some research and trial-and-error, I successfully built and deployed my personal website using the &lt;a href="https://gohugo.io/">Hugo static site generator&lt;/a>, a minimalist theme called &lt;a href="https://github.com/panr/hugo-theme-terminal">Terminal&lt;/a>, GitHub Pages for hosting, and my own domain from Porkbun. Here&amp;rsquo;s how I did it:&lt;/p>
&lt;h3 id="step-1-i-installed-hugo">Step 1: I Installed Hugo&lt;/h3>
&lt;p>I installed Hugo on my local machine using Homebrew (macOS) or apt (Linux). It was easy to verify with &lt;code>hugo version&lt;/code>.&lt;/p>
&lt;h3 id="step-2-i-created-a-new-site">Step 2: I Created a New Site&lt;/h3>
&lt;p>I ran &lt;code>hugo new site myblog&lt;/code> to scaffold a new site, then added the Terminal theme as a submodule.&lt;/p></description></item></channel></rss>