Files
releaser/docs/hugo.toml
T
k3nny 104167d7d2
ci / vet, staticcheck, test, build (push) Successful in 3m12s
docs(releaser): add documentation URL https://releaser.k3nny.fr
- README.md: add Documentation link below the release badge
- ROADMAP.md: update shipped docs-site entry with live URL
- docs/hugo.toml: set baseURL to the live site address

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-11 22:56:39 +02:00

22 lines
450 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]
geekdocRepo = "https://git.k3nny.fr/releaser"
geekdocEditPath = "edit/main/docs/content"
geekdocSearch = true
geekdocMenuBundle = true
geekdocBreadcrumb = false
geekdocToC = true