<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Christian Wilcox Blog: blogging</title>
  <link href="https://christianwilcox.com/blog/tags/blogging/"/>
  <link href="https://christianwilcox.com/blog/tags/blogging/atom.xml" rel="self" type="application/atom+xml"/>
  <id>https://christianwilcox.com/blog/tags/blogging/</id>
  <updated>2026-03-21T00:00:00Z</updated>
  <entry>
    <title>Welcome to the blog</title>
    <link href="https://christianwilcox.com/blog/welcome-to-the-blog/"/>
    <id>https://christianwilcox.com/blog/welcome-to-the-blog/</id>
    <updated>2026-03-21T00:00:00Z</updated>
    <summary>A starting point for writing publicly in simple markdown without changing the static-site deployment model.</summary>
    <content type="html">&lt;p&gt;This blog is intentionally simple.&lt;/p&gt;
&lt;p&gt;Posts live in the repo as markdown, get built into static pages, and publish with
the rest of the site. That keeps the writing workflow close to the code and avoids
pulling in a larger CMS just to post notes or project updates.&lt;/p&gt;
&lt;p&gt;The aim is to make publishing easy — without weakening the validation contract:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;markdown is the source of truth&lt;/li&gt;
&lt;li&gt;generated pages and RSS come from the same post data&lt;/li&gt;
&lt;li&gt;local and CI checks should fail if a post has invalid metadata or unsafe markup&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Over time this will become a place for notes on software, infrastructure,
explorations, and the work that benefits from a clearer public paper trail.&lt;/p&gt;
</content>
    <category term="blogging"/>
    <category term="static-sites"/>
    <category term="publishing"/>
    <author><name>Christian Wilcox</name></author>
  </entry>
</feed>
