prior/odds

№ 002 · NOTEBOOK · ENTRY

Colophon.

How this notebook is built. Replace me with your first real post.

2026-06-14 · meta

This is the first entry in the notebook. The pipeline works:

Writing flow

  1. Create a new .md file under src/content/posts/
  2. Fill in title and summary in the frontmatter
  3. Write the body in Markdown
  4. Add date: 2026-06-14 when ready to publish
  5. git push — Cloudflare Pages builds and deploys

What renders

Standard Markdown: headings, lists, links, inline code, code blocks, blockquotes, tables.

// Code blocks use Shiki by default
const posts = await getCollection("posts");

Blockquotes look like this. Useful for citing sources.

Delete this entry whenever the first real post is up.