<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>SKELEZOID</title><description>Essays, a devlog, and occasional technical writing from two authors.</description><link>https://skelezoid.com</link><language>en</language><item><title>Hello world</title><link>https://skelezoid.com/posts/hello-world</link><guid isPermaLink="true">https://skelezoid.com/posts/hello-world</guid><description>A seed post that exercises the content schema, typography, and code rendering. Delete it once real writing exists.</description><pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;This post exists to prove the pipeline: frontmatter validates, the byline
resolves through a collection reference, tags come from the controlled
vocabulary, and the prose column renders at the measure the spec asks for.&lt;/p&gt;
&lt;h2&gt;Why the measure matters&lt;/h2&gt;
&lt;p&gt;Line length is the single highest-leverage typographic decision on a prose site.
Too long and the eye loses its place on the return sweep; too short and the
rhythm breaks every few words. This column is set to 66 characters.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Anything that survives a year of neglect was built without moving parts.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Footnotes, blockquotes and figures are first-class here. Code is a guest:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;export const tagDescription = (tag: Tag): string =&amp;gt; TAGS[tag];
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Syntax highlighting is done by Shiki at build time, so the page ships zero
JavaScript for it.&lt;/p&gt;
</content:encoded><category>notes</category><author>Example Author</author></item></channel></rss>