chetanvashistth I build software.

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

  1. Run npm run new-post to scaffold a file with today’s date and empty frontmatter.
  2. Write Markdown. Drop images beside the post and reference them relatively.
  3. Set draft: false when it’s ready.
  4. 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.

#meta#process

← All posts