<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>SeedProject</title>
    <link>https://seedproject.com/</link>
    <description>The live test deployment of the SeedProject base — an Astro + PHP foundation for spinning up new websites.</description>
    <language>en-us</language>
    <item>
      <title>Welcome to your new site</title>
      <link>https://seedproject.com/blog/welcome</link>
      <guid isPermaLink="true">https://seedproject.com/blog/welcome</guid>
      <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
      <description>A sample post so your blog builds out of the box. Edit or delete it once you add real content.</description>
      <content:encoded><![CDATA[This is a sample post included with the SeedProject base. It exists so the
blog, homepage, RSS feed, and sitemap all build before you've written anything.
Getting started
Edit site.config.json at the repo root with your site's name, URL, and author.
Run node scripts/configure.mjs to stamp that identity across the theme and engines.
Replace this post with your own content under app/src/content/blog/.

Each post is a folder with an index.mdx file and a cover image, using the
frontmatter fields defined in app/src/content.config.js.]]></content:encoded>
    </item>
  </channel>
</rss>