c1ecd947ac
Geekdoc sets geekdocFilePath to the file path relative to the Hugo working dir (docs/), so it already begins with content/. The previous value "docs/content" caused the join to produce docs/content/content/. Corrected to "_edit/main/docs". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
23 lines
497 B
TOML
23 lines
497 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"
|
|
geekdocSearch = true
|
|
geekdocMenuBundle = true
|
|
geekdocBreadcrumb = false
|
|
geekdocToC = true
|