Devlog #0 — Hello from the field (placeholder)

REPLACE ME — placeholder post. This entry exists so the devlog page isn't empty and so you can see exactly how posting works.

How to post

  1. Copy this file inside content/devlog/ and rename it, keeping the pattern: YYYY-MM-DD-your-slug.md (the slug becomes the URL).
  2. Edit the frontmatter at the top: title, date, excerpt (the excerpt shows up in the post list).
  3. Write normal Markdown below the ---. Images go in public/img/devlog/ and are embedded like: ![A foggy road](/img/devlog/foggy-road.jpg)
  4. Commit and push (or restart the server locally). Done — no code edits.

Add draft: true to the frontmatter to keep a post hidden while you write it. Delete this placeholder file before launch.

← All entries