mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-13 00:10:51 +00:00
Robert Kaussow
282294d4ab
BREAKING CHANGE: The min required Hugo version was bumped to v0.124 to drop deprecated vars `.Site.IsMultiLingual` and `.Site.Social`. For more details, see [#862](https://github.com/thegeeklab/hugo-geekdoc/pull/862).
46 lines
575 B
YAML
46 lines
575 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:
|
|
- "^git$"
|
|
- "^asciidoctor$"
|