<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>José Henrique</title>
    <link>https://josehenrique.dev/</link>
    <description>Notes on what I build.</description>
    <language>en</language>
    <lastBuildDate>Thu, 30 Jul 2026 16:01:58 +0000</lastBuildDate>
    <atom:link href="https://josehenrique.dev/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Hello world</title>
      <link>https://josehenrique.dev/posts/hello-world/</link>
      <guid isPermaLink="true">https://josehenrique.dev/posts/hello-world/</guid>
      <pubDate>Thu, 30 Jul 2026 12:00:00 +0000</pubDate>
      <description>First post — how this site is built.</description>
      <content:encoded>&lt;p&gt;This site is a few hundred lines of Python that turn Markdown into HTML, and
nothing else. No JavaScript, no fonts to download, no tracking.&lt;/p&gt;
&lt;p&gt;Post URLs are &lt;code&gt;/posts/&amp;lt;slug&amp;gt;/&lt;/code&gt; and come from the &lt;code&gt;slug:&lt;/code&gt; key in the front
matter, never from the filename — so files can be renamed or reorganized
without breaking a link that someone saved.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;python build.py   # -&amp;gt; dist/
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Subscribe via &lt;a href=&#34;https://josehenrique.dev/feed.xml&#34;&gt;RSS&lt;/a&gt;.&lt;/p&gt;</content:encoded>
    </item>
  </channel>
</rss>
