<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Jane Doe — Engineering Blog</title>
    <link>https://example.com/</link>
    <description>Engineering blog by Jane Doe on web development, modern workflows, and programming.</description>
    <language>en-us</language>
    <lastBuildDate>Wed, 08 Jul 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://example.com/rss.xml" rel="self" type="application/rss+xml" />
    <managingEditor>me@example.com (Jane Doe)</managingEditor>
    <webMaster>me@example.com (Jane Doe)</webMaster>
    <copyright>Copyright © 2026 Jane Doe</copyright>
    <dc:creator>Jane Doe</dc:creator>
    
    <item>
      <title>Hello World: Welcome to My Portfolio Theme</title>
      <link>https://example.com/blog/hello-world</link>
      <guid isPermaLink="true">https://example.com/blog/hello-world</guid>
      <pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate>
      <lastBuildDate>Wed, 08 Jul 2026 00:00:00 GMT</lastBuildDate>
      <dc:creator><![CDATA[Jane Doe]]></dc:creator>
      <description>A quick introduction to this portfolio template, its tech stack choices, and how you can get started customizing it.</description>
      <category>intro</category><category>astro</category><category>svelte</category>
    </item>

    <item>
      <title>Writing Markdown and MDX Guide</title>
      <link>https://example.com/blog/markdown-features</link>
      <guid isPermaLink="true">https://example.com/blog/markdown-features</guid>
      <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
      <lastBuildDate>Tue, 07 Jul 2026 00:00:00 GMT</lastBuildDate>
      <dc:creator><![CDATA[Jane Doe]]></dc:creator>
      <description>A comprehensive guide on how to write MDX posts, configure syntax highlighting, and use embedded components.</description>
      <category>markdown</category><category>mdx</category><category>tutorial</category>
    </item>
  </channel>
</rss>