<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Devlog on hellofagame.dev</title><link>https://hellofagame.dev/blog/</link><description>The development journey — one game, one solo dev, in the open.</description><generator>Hugo</generator><language>en-us</language><managingEditor>Muhammed Kadir Tan</managingEditor><webMaster>Muhammed Kadir Tan</webMaster><copyright>© 2026 Muhammed Kadir Tan</copyright><atom:link href="https://hellofagame.dev/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Hello, f'a game</title><link>https://hellofagame.dev/blog/hello-world/</link><pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate><guid>https://hellofagame.dev/blog/hello-world/</guid><description>Why this site exists and what to expect from the devlog.</description><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>First post. This is where the development journey gets written down — decisions,
dead ends, and the occasional win.</p>
<p>Writing a post is just adding a Markdown file under <code>content/blog/</code>. Front matter
sets the title, date, and summary; the body is plain Markdown. The build turns it
into a page and folds it into the <a href="/index.xml">RSS feed</a> automatically.</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-go" data-lang="go"><span class="line"><span class="cl"><span class="c1">// Code blocks render with syntax highlighting.</span><span class="w">
</span></span></span><span class="line"><span class="cl"><span class="nx">fmt</span><span class="p">.</span><span class="nf">Println</span><span class="p">(</span><span class="s">&#34;hello, f&#39;a game&#34;</span><span class="p">)</span><span class="w">
</span></span></span></code></pre></div><p>More soon.</p>
]]></content:encoded></item></channel></rss>