hugo-geekdoc/exampleSite/config.yaml

29 lines
578 B
YAML
Raw Normal View History

2020-01-12 15:33:02 +01:00
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313
2020-01-12 21:59:26 +01:00
baseURL: https://docs.geeklabor.de/
2020-01-12 15:33:02 +01:00
title: Geekdoc
theme: hugo-geekdoc
pygmentsUseClasses: true
pygmentsCodeFences: true
# Geekdoc configuration
disablePathToLower: true
enableGitInfo: true
# Needed for mermaid/katex shortcodes
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
params:
geekdocToC: 3
2020-01-12 15:33:02 +01:00
geekdocRepo: https://github.com/xoxys/hugo-geekdoc
geekdocEditPath: edit/master/exampleSite/content
2020-01-12 15:33:02 +01:00
geekdocDateFormat: "Jan 2, 2006"
geekdocSearch: true