CASE NOTES ·
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
- Copy this file inside
content/devlog/and rename it, keeping the pattern:YYYY-MM-DD-your-slug.md(the slug becomes the URL). - Edit the frontmatter at the top:
title,date,excerpt(the excerpt shows up in the post list). - Write normal Markdown below the
---. Images go inpublic/img/devlog/and are embedded like: - 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.