Bun Static Site

Markdown to HTML in One Command

The whole pipeline is: markdown file → frontmatter parse → HTML → static page.

It's a few dozen lines of TypeScript, run with:

npm run build

No scaffolding, no config files to align, no build plugins to wire up.