hugo-theme-hilfe/exampleSite/config/_default/config.yaml

45 lines
559 B
YAML
Raw Normal View History

2020-01-14 22:42:16 +01:00
---
baseURL: https://geekdocs.de/
title: Geekdocs
2020-01-12 15:33:02 +01:00
theme: hugo-geekdoc
2020-01-12 15:33:02 +01:00
pygmentsUseClasses: true
pygmentsCodeFences: true
2020-11-09 22:21:00 +01:00
timeout: 180000
pluralizeListTitles: false
2020-01-12 15:33:02 +01:00
defaultContentLanguage: en
2020-01-12 15:33:02 +01:00
disablePathToLower: true
enableGitInfo: true
2021-09-08 21:48:31 +02:00
enableRobotsTXT: true
2020-01-12 15:33:02 +01:00
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 9
2020-01-12 15:33:02 +01:00
2021-09-01 10:18:00 +02:00
taxonomies:
tag: tags
outputs:
home:
- HTML
page:
- HTML
section:
- HTML
taxonomy:
- HTML
term:
- HTML
security:
exec:
allow:
- "^asciidoctor$"