2020-01-12 14:33:02 +00:00
|
|
|
# hugo server --minify --themesDir ... --baseURL=http://0.0.0.0:1313
|
|
|
|
|
2020-01-12 20:59:26 +00:00
|
|
|
baseURL: https://docs.geeklabor.de/
|
2020-01-12 14:33:02 +00: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:
|
2020-01-13 23:15:39 +00:00
|
|
|
geekdocToC: 3
|
2020-01-12 14:33:02 +00:00
|
|
|
|
2020-01-13 23:15:39 +00:00
|
|
|
geekdocRepo: https://github.com/xoxys/hugo-geekdoc
|
|
|
|
geekdocEditPath: edit/master/exampleSite/content
|
2020-01-12 14:33:02 +00:00
|
|
|
|
2020-01-13 23:15:39 +00:00
|
|
|
geekdocDateFormat: "Jan 2, 2006"
|
|
|
|
geekdocSearch: true
|