<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://example.com</id>
  <title>Jane Doe's Blog</title>
  <updated>2026-04-11T06:42:54.049431+00:00</updated>
  <author>
    <name>Jane Doe</name>
    <email>jane.doe@example.com</email>
  </author>
  <link href="https://example.com" rel="alternate"/>
  <link href="https://example.com/rss.xml" rel="self"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Thoughts on data science, open-source software, and teaching.</subtitle>
  <entry>
    <id>https://example.com/blog/sample-post</id>
    <title>Getting Started with MyST Markdown for Academic Websites</title>
    <updated>2026-04-01T00:00:00+00:00</updated>
    <author>
      <name>Jane Doe</name>
      <email>jane.doe@example.com</email>
    </author>
    <content>A guide to building academic websites with MyST Markdown, including CV PDF generation, blog support, and automated deployment.</content>
    <link href="https://example.com/blog/sample-post"/>
    <category term="MyST Markdown"/>
    <category term="GitHub Pages"/>
    <category term="Academic Website"/>
    <published>2026-04-01T00:00:00+00:00</published>
  </entry>
</feed>
