uci-hugo-doc/exampleSite/config.yaml

38 lines
802 B
YAML
Raw Normal View History

2020-01-14 13:42:16 -08:00
---
baseURL: https://geekdocs.de/
title: Geekdocs
2020-01-12 06:33:02 -08:00
theme: hugo-geekdoc
pygmentsUseClasses: true
pygmentsCodeFences: true
2020-11-09 13:21:00 -08:00
timeout: 180000
pluralizeListTitles: false
2020-01-12 06:33:02 -08:00
# Geekdoc configuration
disablePathToLower: true
enableGitInfo: true
# Needed for mermaid shortcodes
2020-01-12 06:33:02 -08:00
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
2020-01-12 06:33:02 -08:00
params:
# geekdocMenuBundle: true
geekdocToC: 3
2020-01-12 06:33:02 -08:00
2020-09-27 13:21:29 -07:00
geekdocRepo: https://github.com/thegeeklab/hugo-geekdoc
geekdocEditPath: edit/main/exampleSite/content
2020-01-12 06:33:02 -08:00
geekdocSearch: true
2020-12-21 04:02:44 -08:00
geekdocSearchShowParent: true
2020-07-21 14:48:14 -07:00
geekdocLegalNotice: https://thegeeklab.de/legal-notice/#contact-information
geekdocPrivacyPolicy: https://thegeeklab.de/legal-notice/#privacy-policy
2021-02-20 12:39:31 -08:00
geekdocImageLazyLoading: true
2021-04-27 14:44:35 -07:00
geekdocDarkModeDim: true