<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Stephen Koller</title><description>Placeholder description — edit me in src/consts.ts.</description><link>https://stephenkoller.com/</link><item><title>Hello, world</title><link>https://stephenkoller.com/blog/hello-world/</link><guid isPermaLink="true">https://stephenkoller.com/blog/hello-world/</guid><description>A sample post demonstrating every frontmatter field. Copy this file to start a new post.</description><pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;This is a sample post. Copy this file to &lt;code&gt;src/content/blog/&lt;/code&gt; to start a new post, or run &lt;code&gt;pnpm new:post &quot;Your Title&quot;&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Frontmatter fields&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;title&lt;/code&gt; — required&lt;/li&gt;
&lt;li&gt;&lt;code&gt;description&lt;/code&gt; — required&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pubDate&lt;/code&gt; — required, any format &lt;code&gt;Date&lt;/code&gt; can parse&lt;/li&gt;
&lt;li&gt;&lt;code&gt;updatedDate&lt;/code&gt; — optional&lt;/li&gt;
&lt;li&gt;&lt;code&gt;draft&lt;/code&gt; — optional, defaults to &lt;code&gt;false&lt;/code&gt;; draft posts are excluded from the build, the homepage index, and the RSS feed&lt;/li&gt;
&lt;li&gt;&lt;code&gt;tags&lt;/code&gt; — optional array of strings&lt;/li&gt;
&lt;/ul&gt;
</content:encoded></item></channel></rss>