<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Maisie</title><link>https://maisie.ng/blog/</link><description>Recent content in Blog on Maisie</description><generator>Hugo</generator><language>en-us</language><copyright>Maisie</copyright><lastBuildDate>Wed, 02 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://maisie.ng/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Writing posts with LaTeX, code, and footnotes</title><link>https://maisie.ng/blog/latex-and-code/</link><pubDate>Wed, 02 Sep 2026 00:00:00 +0000</pubDate><guid>https://maisie.ng/blog/latex-and-code/</guid><description>This post exists to exercise the template: inline math, display math, code with highlighting, tables, blockquotes and footnotes.1 Replace it with something real.
Math Inline math uses \(...\) or single dollars: the Fourier transform of a Gaussian \(e^{-\pi x^2}\) is itself, and Euler&amp;rsquo;s identity $e^{i\pi} + 1 = 0$ still holds.
Display math uses \[...\] or double dollars:
\[ \hat{f}(\xi) = \int_{-\infty}^{\infty} f(x)\, e^{-2\pi i x \xi}\, dx \] $$ \mathrm{sinc}(x) = \frac{\sin(\pi x)}{\pi x}, \qquad L(x) = \begin{cases} \mathrm{sinc}(x)\,\mathrm{sinc}(x/a) &amp; |x| &lt; a \\ 0 &amp; \text{otherwise} \end{cases} $$ Rendering is done client-side by KaTeX, and only on posts with math: true in the front matter.</description></item><item><title>Hello, world</title><link>https://maisie.ng/blog/hello-world/</link><pubDate>Tue, 01 Sep 2026 00:00:00 +0000</pubDate><guid>https://maisie.ng/blog/hello-world/</guid><description>This is the shortest post. Delete it once you have real ones.
Every file in content/blog/ becomes a post. Front matter is a few lines:
--- title: &amp;#34;Hello, world&amp;#34; date: 2026-09-01 tags: [&amp;#34;post&amp;#34;, &amp;#34;short&amp;#34;] math: true # only if the post has LaTeX draft: false --- Push the file, Netlify rebuilds, done.</description></item></channel></rss>