Minimal SSG
A static site generator with zero runtime dependencies. Write Markdown in content/, run bun run build, get flat HTML in dist/.
Why it exists
- No framework, no
node_modules, no build-tool churn. - The build verifies its own output: a broken internal link fails the build instead of shipping.
- Output is plain HTML, served from the edge.