<?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-17T03:43:12.906881+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/myst-website-template</id>
    <title>A Reusable Template for Building Websites with MyST Markdown</title>
    <updated>2026-04-07T00:00:00+00:00</updated>
    <author>
      <name>Jane Doe</name>
      <email>jane.doe@example.com</email>
    </author>
    <content>A GitHub template that bundles MyST Markdown, GitHub Pages deployment, Netlify PR previews, and pre-commit hooks into a ready-to-use starting point.</content>
    <link href="https://example.com/blog/myst-website-template"/>
    <category term="MyST Markdown"/>
    <category term="GitHub Template"/>
    <category term="GitHub Actions"/>
    <category term="Pre-commit"/>
    <published>2026-04-07T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://example.com/blog/myst-cv-website</id>
    <title>Build a Professional CV Website with Auto PDF Generation Using MyST Markdown</title>
    <updated>2026-04-10T00:00:00+00:00</updated>
    <author>
      <name>Jane Doe</name>
      <email>jane.doe@example.com</email>
    </author>
    <content>A step-by-step tutorial on building a personal CV website with MyST Markdown and Typst that automatically generates a PDF version of your CV from the same Markdown source.</content>
    <link href="https://example.com/blog/myst-cv-website"/>
    <category term="MyST Markdown"/>
    <category term="Typst"/>
    <category term="CV"/>
    <category term="GitHub Pages"/>
    <category term="Tutorial"/>
    <published>2026-04-10T00:00:00+00:00</published>
  </entry>
  <entry>
    <id>https://example.com/blog/myst-article-template</id>
    <title>Write Journal Articles with MyST Markdown: Auto-Generate PDFs and Websites</title>
    <updated>2026-04-15T00:00:00+00:00</updated>
    <author>
      <name>Jane Doe</name>
      <email>jane.doe@example.com</email>
    </author>
    <content>A step-by-step tutorial on writing journal articles in MyST Markdown with automatic PDF generation and website deployment using a GitHub template.</content>
    <link href="https://example.com/blog/myst-article-template"/>
    <category term="MyST Markdown"/>
    <category term="GitHub Pages"/>
    <category term="Tutorial"/>
    <category term="PDF"/>
    <category term="Academic Writing"/>
    <published>2026-04-15T00:00:00+00:00</published>
  </entry>
</feed>
