← Back to blog

Hello, World

January 1, 2026

This is an example post. To add a new one, drop a new .md file into the posts/ folder — no code changes needed.

Every post starts with a frontmatter block (the part between the --- lines) that sets the title, date, and excerpt. Everything after that is the body, written in regular Markdown:

  • Bullet points
  • Bold and italic text
  • Links
  • inline code
// and fenced code blocks
console.log("plug and play");

Example Image

Delete this file whenever you're ready to publish your real first post.