<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Posts on Deep Fried Code</title><link>http://deepfriedcode.blog/posts/</link><description>Recent content in Posts on Deep Fried Code</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 05 Jun 2026 14:51:13 -0400</lastBuildDate><atom:link href="http://deepfriedcode.blog/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Building the Site</title><link>http://deepfriedcode.blog/posts/building-the-site/</link><pubDate>Fri, 05 Jun 2026 14:51:13 -0400</pubDate><guid>http://deepfriedcode.blog/posts/building-the-site/</guid><description>&lt;h2 id="step-1-setting-up-hugo"&gt;Step 1: Setting Up Hugo&lt;/h2&gt;
&lt;p&gt;Why hugo? I decided to choose a static site generator that was fast, easy to use, and had a lot of support.
Now it was time to setup the environment. I am using WSL2 with Ubuntu, so the instructions will follow for that.&lt;/p&gt;
&lt;h4 id="installing-hugo-and-setting-up-the-site"&gt;Installing hugo and setting up the site&lt;/h4&gt;
&lt;p&gt;First, get hugo for ubuntu.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ sudo apt install hugo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Next, I setup the project directory and generated the skeleton using hugo:&lt;/p&gt;</description></item></channel></rss>