d053faeb23
All git.k3nny.fr/releaser links were missing the /k3nny/ namespace. Fixed in docs/hugo.toml (geekdocRepo + geekdocEditPath), installation, ci-integration, and changelog pages. Also added repo link to the docs home page and README. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
23 lines
504 B
TOML
23 lines
504 B
TOML
baseURL = "https://releaser.k3nny.fr/"
|
|
title = "releaser"
|
|
theme = "geekdoc"
|
|
|
|
pygmentsUseClasses = true
|
|
pygmentsCodeFences = true
|
|
|
|
[markup]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
[markup.tableOfContents]
|
|
startLevel = 1
|
|
endLevel = 9
|
|
|
|
[params]
|
|
geekdocLogo = "images/releaser-logo-1024.png"
|
|
geekdocRepo = "https://git.k3nny.fr/k3nny/releaser"
|
|
geekdocEditPath = "edit/main/docs/content"
|
|
geekdocSearch = true
|
|
geekdocMenuBundle = true
|
|
geekdocBreadcrumb = false
|
|
geekdocToC = true
|