Files
releaser/docs/hugo.toml
T
k3nny 712abe3c9d
ci / vet, staticcheck, test, build (push) Successful in 3m37s
docs / Build and deploy docs (push) Failing after 15s
docs(releaser): fix Geekdoc edit link for Gitea
Gitea uses /_edit/ instead of /edit/ in its file editor URLs. Change
geekdocEditPath from "edit/main/docs/content" to "_edit/main/docs/content"
so the "Edit this page" links resolve correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-11 23:59:32 +02:00

23 lines
505 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