<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Liam Oliver</title>
    <link>https://your-railway-app-url.up.railway.app/</link>
    <language>en-us</language>
    <copyright>&#169; 2026 Liam</copyright>
    <itunes:subtitle>A Digital Journal</itunes:subtitle>
    <itunes:author>Liam</itunes:author>
    <itunes:summary>A space for quiet observation in a noisy world. I look beyond the hype to examine the systems, structures, and technologies shaping our lives and the world around us.</itunes:summary>
    <description>A space for quiet observation in a noisy world. I look beyond the hype to examine the systems, structures, and technologies shaping our lives and the world around us.</description>
    <itunes:owner>
      <itunes:name>Liam</itunes:name>
      <itunes:email>liam@example.com</itunes:email>
    </itunes:owner>
    <itunes:image href="https://your-railway-app-url.up.railway.app/assets/profile.png"/>
    <itunes:category text="Technology"/>
    <itunes:explicit>no</itunes:explicit>
    
    <!-- Example Episode Placeholder -->
    <item>
      <title>Episode 001: Signal over Noise</title>
      <itunes:author>Liam</itunes:author>
      <itunes:subtitle>Welcome to Liam Oliver.</itunes:subtitle>
      <itunes:summary>In my inaugural episode, I explore the foundations of digital observation.</itunes:summary>
      <itunes:image href="https://your-railway-app-url.up.railway.app/assets/profile.png"/>
      <enclosure url="https://example.com/audio/ep1.mp3" length="8727310" type="audio/mpeg"/>
      <guid>https://your-railway-app-url.up.railway.app/episodes/001</guid>
      <pubDate>Mon, 25 May 2026 08:00:00 GMT</pubDate>
      <itunes:duration>12:34</itunes:duration>
      <itunes:explicit>no</itunes:explicit>
    </item>
  </channel>
</rss>
