1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
baseURL = "http://localhost"
languageCode = 'en-us'
title = "client_python"
theme = "hugo-geekdoc"
pluralizeListTitles = false
# Geekdoc required configuration
#pygmentsUseClasses = true
pygmentsUseClasses = false
pygmentsCodeFences = true
disablePathToLower = true
# geekdocFileTreeSortBy = "linkTitle"
# Required if you want to render robots.txt template
enableRobotsTXT = true
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
# Needed for mermaid shortcode
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[markup.highlight]
style = 'solarized-dark'
[taxonomies]
tag = "tags"
|