Hello, world

This file is a template, not a real post. It exists so the build has something to aggregate and so you (or an agent) can see the shape of a post at a glance. Replace this content with your own writing.

Every post is a self-contained posts/<slug>/index.html folder. Open it directly in a browser and it just works — no build step needed to read it. The aggregator only reads the six <head> tags above; the body is entirely yours.

To publish a new post

  1. Copy this folder to posts/your-slug/.
  2. Edit the six head tags (title, og:title, og:description, published_time, keywords, canonical — point canonical at /posts/your-slug/).
  3. Write the body however you like. Drop images beside this file.
  4. Run npm run build and preview dist/.
  5. Commit and push — Cloudflare Pages rebuilds and deploys automatically.