Normalize "Sukr" to "sukr" in architecture.md (4 instances). Change site.toml title to lowercase. Fix template override path from page/special.html to content/special.html. Update copyright year to 2026.
14 lines
224 B
TOML
14 lines
224 B
TOML
author = "Sukr Contributors"
|
|
base_url = "https://sukr.io"
|
|
title = "sukr documentation"
|
|
|
|
[paths]
|
|
content = "content"
|
|
output = "public"
|
|
static = "static"
|
|
templates = "templates"
|
|
|
|
[nav]
|
|
nested = true
|
|
toc = true
|