26 lines
578 B
TOML
26 lines
578 B
TOML
baseURL = "http://docs.verry.org"
|
|
title = "YannDocs"
|
|
theme = "hugo-geekdoc"
|
|
|
|
pluralizeListTitles = false
|
|
|
|
# Geekdoc required configuration
|
|
pygmentsUseClasses = true
|
|
pygmentsCodeFences = true
|
|
disablePathToLower = true
|
|
|
|
# Required if you want to render robots.txt template
|
|
enableRobotsTXT = true
|
|
|
|
# Needed for mermaid shortcodes
|
|
[markup]
|
|
[markup.goldmark.renderer]
|
|
# Needed for mermaid shortcode or when nesting shortcodes (e.g. img within
|
|
# columns or tabs)
|
|
unsafe = true
|
|
[markup.tableOfContents]
|
|
startLevel = 1
|
|
endLevel = 9
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|