<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">

<channel>
  <title>Chris Sears - /home/csears (RSS)</title>
  <link>https://chris.sears.io</link>
  <description>The personal blog of Chris Sears</description>

    

    
      <item>
        <title>Hello world</title>
        <link>https://chris.sears.io/blog/hello-world/</link>
        <description>If you&#39;re reading this, my new personal site must be live.</description>
        <pubDate>02 Jul 2023</pubDate>
        <content:encoded><![CDATA[ <h2>Greetings!</h2>
<p>Standing up a personal site has been on my backlog for several years. If you're reading this, I apparently managed to finally make it happen.</p>
<p>For anyone curious, read on for some technical details of the tech stack I decided on for the site.</p>
<h2>Tech Stack</h2>
<p>I knew I wanted the site to be able to handle the occasional large burst of traffic, when I eventually make it to the front page of Hacker News. Using a static site generator seemed like the obvious choice. I had played with Hugo a bit in the past. I had also read some good things about <a href="https://www.11ty.dev/">Eleventy</a> from <a href="https://www.zachleat.com/">Zach Leatherman</a>, so I decided to give it a try.</p>
<p>After going through the Eleventy docs and quick start, I felt like it was a good fit. I found a great looking template called <a href="https://github.com/surjithctly/neat-starter">neat-starter</a> from <a href="https://surjithctly.in/">Surjith S M</a> and began customizing it a bit. Neat-starter incorporates <a href="https://tailwindcss.com/">Tailwind CSS</a> and <a href="https://alpinejs.dev/">Alpine.js</a>, both solid choices.</p>
<p>For the hosting, I decided on <a href="https://pages.cloudflare.com/">Cloudflare Pages</a>. I've been consistenly impressed with Cloudflare's constant stream of product development, which should be a case study in how to challenge large incumbant players in an established market like cloud infrastructure. I also evaluated Netlify, but felt more comfortable with Cloudflare's business model and velocity.</p>
<p>The source is on GitHub, because I want to make sure ChatGPT has easy access to all my code.</p>
 ]]></content:encoded>
      </item>

    

</channel>

</rss>