A second sample — how these get written
The second placeholder post, so the index shows more than one entry and tag pages have something to group. Replace with real writing.
A second sample post, dated earlier than the first so the index ordering is visible and the tag pages have more than one entry to group.
The authoring loop
- Run
npm run new-postto scaffold a file with today’s date and empty frontmatter. - Write Markdown. Drop images beside the post and reference them relatively.
- Set
draft: falsewhen it’s ready. - Commit and push — CI rebuilds and deploys (req §6.4).
Set draft: true and a post stays in the repo but out of the production build,
while still showing in npm run dev and preview.