<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://austerlitz.dev/feed.xml" rel="self" type="application/atom+xml" /><link href="https://austerlitz.dev/" rel="alternate" type="text/html" hreflang="en" /><updated>2026-09-20T10:22:15+00:00</updated><id>https://austerlitz.dev/feed.xml</id><title type="html">Musings of an amateur historian</title><subtitle>Musings of an amateur historian</subtitle><entry><title type="html">Hello, world</title><link href="https://austerlitz.dev/blog/2026/hello-world/" rel="alternate" type="text/html" title="Hello, world" /><published>2026-09-19T10:00:00+00:00</published><updated>2026-09-19T10:00:00+00:00</updated><id>https://austerlitz.dev/blog/2026/hello-world</id><content type="html" xml:base="https://austerlitz.dev/blog/2026/hello-world/"><![CDATA[<p>This is a blog post written in Markdown. Delete it once you have written your own.</p>

<h2 id="text">Text</h2>

<p>Regular paragraphs, <strong>bold</strong>, <em>italic</em>, <code class="language-plaintext highlighter-rouge">inline code</code>, and <a href="https://jekyllrb.com">links</a> all work as in any Markdown file.</p>

<h2 id="code">Code</h2>

<p>Fenced code blocks get syntax highlighting:</p>

<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">def</span> <span class="nf">hello</span><span class="p">(</span><span class="n">name</span><span class="p">:</span> <span class="nb">str</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">str</span><span class="p">:</span>
    <span class="k">return</span> <span class="sa">f</span><span class="sh">"</span><span class="s">hello, </span><span class="si">{</span><span class="n">name</span><span class="si">}</span><span class="sh">"</span>
</code></pre></div></div>

<h2 id="math">Math</h2>

<p>With <code class="language-plaintext highlighter-rouge">math: true</code> in the front matter, MathJax renders TeX. Inline: $e^{i\pi} + 1 = 0$. Display:</p>

<div class="kdmath">$$
\int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi}
$$</div>

<h2 id="images">Images</h2>

<p>Put images in <code class="language-plaintext highlighter-rouge">assets/img/</code> and reference them with a root-relative path:</p>

<div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">![</span><span class="nv">alt text</span><span class="p">](</span><span class="sx">/assets/img/photo.jpg</span><span class="p">)</span>
</code></pre></div></div>]]></content><author><name></name></author><category term="meta" /><summary type="html"><![CDATA[the first post on this site, and a quick tour of what a post can contain]]></summary></entry></feed>