<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Jane Doe's Blog</title>
    <link>https://example.com/rss.xml</link>
    <description>Thoughts on data science, open-source software, and teaching.</description>
    <atom:link href="https://example.com/rss.xml" rel="self"/>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Fri, 10 Apr 2026 14:38:12 +0000</lastBuildDate>
    <item>
      <title>Getting Started with MyST Markdown for Academic Websites</title>
      <link>https://example.com/blog/sample-post</link>
      <description>A guide to building academic websites with MyST Markdown, including CV PDF generation, blog support, and automated deployment.</description>
      <author>jane.doe@example.com (Jane Doe)</author>
      <guid isPermaLink="false">https://example.com/blog/sample-post</guid>
      <category>MyST Markdown</category>
      <category>GitHub Pages</category>
      <category>Academic Website</category>
      <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>
