Entries ·

This site is work in progress

#meta

This is a long-form entry — the closest thing to a traditional blog post on this site.

Entries support the full range of Markdown: headings, lists, code blocks, blockquotes, images, and footnotes.

A second heading

A short quote inside an entry.

const greeting = (name: string) => `Hello, ${name}`;