Local Preview
Simplest Way
Open this folder in VS Code and preview:
site/index.md
This is currently a Markdown-only static corpus. There is no build step, framework, package manager, or dev server.
Why So Minimal
The first goal is to get the information architecture, tone, and example structure right before choosing any publishing machinery.
Markdown-first keeps the content readable by:
- humans,
- GitHub,
- VS Code,
- grep/search tools,
- LLM agents,
- future static-site generators.
Later Publishing Options
When the structure stabilizes, possible publishing paths are:
- GitHub repository browsing only,
- GitHub Pages/Jekyll from Markdown,
- Cloudflare Pages with a tiny Markdown generator,
- Astro/VitePress if navigation and search justify it.
The content should not depend on the final renderer.