Hello World

March 18, 2026


This is a sample blog post. You can delete it or edit it.

How to write a new post

Add a markdown file to _posts/ with the naming convention:

YYYY-MM-DD-title-of-post.md

Start each file with frontmatter:

---
layout: post
title: "Your Post Title"
---

Then just write markdown.

Images

Drop images into assets/blog/ and reference them like this:

![description](/assets/blog/your-image.png)

LaTeX math

Inline math: $E = mc^2$

Display math:

\[\mathcal{L}(\theta) = \sum_{i=1}^{N} \log p_\theta(x_i)\]

A Boltzmann distribution:

\[p(x) = \frac{1}{Z} e^{-\beta H(x)}\]

← back to blog