Hello World
This is the starter post. It exists so the blog has a shape to check: a title, a date, a table of contents, code, and prose that runs long enough to see how a paragraph actually breathes at this measure.
Why this site exists
Replace this with something real.
What a code block looks like
export function useShortcut(keys: string, action: () => void) {
useKeyboardScope({ id: 'demo', bindings: [{ keys, label: 'do it', action }] })
}What a list looks like
- One
- Two
- Three
Delete this file when the first real post lands.