Hello, world

A first note — what this section is for.

By Paweł·

This is Notes — short writing on engineering, products, and whatever I'm thinking about. Each note is a single TypeScript file under content/pages/, rendered through a small block system and translatable into any of the site's languages.

Markdown works as you'd expect:

  • lists,
  • inline code,
  • links,
  • tables, quotes, and so on.

Replace this note with your own whenever you're ready.

How do I add a new note?

Create a file in `content/pages/`, set its `category` to `note`, register it in `lib/static-pages-registry.ts`, and it appears at `/notes/{slug}` automatically — with SEO metadata and JSON-LD generated for you.

Quick questions