<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on TERMINAL TOM</title><link>https://terminaltom.com/posts/</link><description>Recent content in Posts on TERMINAL TOM</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Thu, 10 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://terminaltom.com/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting up a static site on AWS</title><link>https://terminaltom.com/posts/static-site-on-aws/</link><pubDate>Thu, 10 Apr 2025 00:00:00 +0000</pubDate><guid>https://terminaltom.com/posts/static-site-on-aws/</guid><description>&lt;p&gt;A quick write-up of how I set up this site — partly as documentation for future me, partly in case it&amp;rsquo;s useful to anyone else.&lt;/p&gt;
&lt;h2 id="why-hugo"&gt;Why Hugo&lt;/h2&gt;
&lt;p&gt;I wanted something I could write in plain Markdown, build to static files, and deploy without a runtime. Hugo fits that exactly. It&amp;rsquo;s a single binary, builds in milliseconds, and the output is just HTML and CSS.&lt;/p&gt;
&lt;h2 id="the-build"&gt;The build&lt;/h2&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;hugo new site terminaltom
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;cd terminaltom
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo new posts/first-post.md
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo --minify
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The &lt;code&gt;public/&lt;/code&gt; directory is everything you need to serve.&lt;/p&gt;</description></item></channel></rss>