feat(docs): create sukr documentation site

Self-documenting docs site built with sukr itself (dogfooding):
- docs/site.toml with sukr.io base URL
- docs-specific templates with sidebar navigation
- Dark theme CSS, responsive layout
- Documentation: getting-started, configuration, features

Also: improved error chaining for better template debugging
This commit is contained in:
Timothy DeHerrera
2026-01-31 15:58:37 -07:00
parent 0516bfc600
commit 8c806d1654
18 changed files with 801 additions and 8 deletions

9
docs/site.toml Normal file
View File

@@ -0,0 +1,9 @@
author = "Sukr Contributors"
base_url = "https://sukr.io"
title = "Sukr Documentation"
[paths]
content = "content"
output = "public"
static = "static"
templates = "templates"