Kwelea
Kwelea turns a docs/ folder of Markdown files and a kwelea.toml config into a complete static documentation site.
Install it once globally. Consuming projects gain zero new dependencies — just a docs/ folder.
go install github.com/engineervix/kwelea@latest
What you get
- Three-column layout: sidebar nav, main content, in-page table of contents
- Full-text search, built in — no external service
- Light and dark mode, configurable Chroma code themes
- Live reload during writing
- Syntax highlighting, admonitions, and D2 diagrams in Markdown
- A single self-contained binary; no Node.js, no Python, no CDN calls
Where to go next
- Getting Started — up and running in five minutes
- Configuration Reference — every
kwelea.tomloption - Markdown Extensions — admonitions, diagrams, code highlighting
- Deployment — publish to GitHub Pages