f6966b8513
BREAKING CHANGE: The types of the `hint` short code have been renamed to `[note|tip|important|caution|warning]` the old types `[info|ok|warning|danger]` are still working, but should be considered as deprecated. BREAKING CHANGE: The `hint` short code is using named arguments now. You have to change, e.g. `{{< hint warning >}}` to `{{< hint type=warning >}}`.
44 lines
559 B
YAML
44 lines
559 B
YAML
---
|
|
baseURL: https://geekdocs.de/
|
|
title: Geekdocs
|
|
theme: hugo-geekdoc
|
|
|
|
pygmentsUseClasses: true
|
|
pygmentsCodeFences: true
|
|
timeout: 180000
|
|
pluralizeListTitles: false
|
|
|
|
defaultContentLanguage: en
|
|
|
|
disablePathToLower: true
|
|
enableGitInfo: true
|
|
|
|
enableRobotsTXT: true
|
|
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
tableOfContents:
|
|
startLevel: 1
|
|
endLevel: 9
|
|
|
|
taxonomies:
|
|
tag: tags
|
|
|
|
outputs:
|
|
home:
|
|
- HTML
|
|
page:
|
|
- HTML
|
|
section:
|
|
- HTML
|
|
taxonomy:
|
|
- HTML
|
|
term:
|
|
- HTML
|
|
|
|
security:
|
|
exec:
|
|
allow:
|
|
- "^asciidoctor$"
|