An Example Blog Post

This is a template post to show you the available formatting. Write in plain HTML — it's just paragraphs, headings, lists, code blocks, and blockquotes. Nothing fancy.

A Section Heading

Regular paragraph text. You can use inline code for technical terms, and links work as expected. Keep paragraphs short for readability.

Here's a second paragraph to show spacing. The line height and max-width are tuned for comfortable reading on screens.

A Subsection

  • Unordered list item one
  • List item two with some more text
  • List item three

And an ordered list:

  1. First step
  2. Second step
  3. Third step

Code Blocks

Fenced code blocks render with a dark background:

def hello():
    print("Hello, world!")

if __name__ == "__main__":
    hello()

Blockquotes

This is a blockquote. Use it for callouts, quotes, or to set apart important notes.

That covers the basics. To add a new post, duplicate this file in the /blog/ directory, update the content, and add a link to blog.html.

← All posts