Welcome

This is a sample post. Delete it or edit it once you have your first real one written — everything in this file (below the line of dashes) is plain Markdown, and it becomes the body of the page.

The block at the very top, between the two --- lines, is the only part the builder reads for structure. title and date are required. excerpt shows up on the home page under the post title; leave it off and the home page will just show the title and date.

Formatting you can use

Standard Markdown works: bold, italics, links, and lists:

  • First item
  • Second item

A quote looks like this:

Plain sentences, well placed, need no other ornament.

Adding a photo

Put the image file in static/images/, then reference it like any other Markdown image:

![A description of the photo](../static/images/your-photo.jpg)

A one-line italic caption right after an image reads as a caption in the layout above.

That's the whole system. Write a .md file, run python3 build.py, and everything regenerates.

← Back to all posts