mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 10:36:43 +00:00
25 lines
No EOL
500 B
TOML
25 lines
No EOL
500 B
TOML
baseURL = "https://underscore.onrender.com/"
|
|
title = "underscore"
|
|
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
|
|
unsafe = true
|
|
[markup.tableOfContents]
|
|
startLevel = 1
|
|
endLevel = 9
|
|
|
|
[taxonomies]
|
|
tag = "tags" |