Hello world

This post exists to show the shape of a post. Delete it once you've written a real one — or keep it around as a template to copy.

Paragraphs are plain <p> tags. Everything picks up the site's typography automatically, so there's nothing to style.

Quotes get a colored bar down the left edge.

Adding an image

Drop the file into the images/ folder, then reference it like this — images are automatically rounded, bordered, and scaled to fit small screens:

<figure>
  <img src="../images/photo.jpg" alt="Describe what's in the photo">
  <figcaption>A short caption.</figcaption>
</figure>

The alt text matters — it's what screen readers announce and what shows if the image fails to load.