diff --git a/.drone.yml b/.drone.yml index 3e269c9..a9784b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - git-batch - name: build - image: klakegg/hugo:0.59.1-ext-alpine + image: klakegg/hugo:0.69.0-ext-alpine commands: - hugo-official @@ -68,6 +68,6 @@ trigger: - refs/pull/** --- kind: signature -hmac: 7aa0385e8077d0ca1755fa1484098789a8567d551a329379820e4aac328bae2a +hmac: 786a4014e58c7619b881393cec592ed3ba5f186da67558c43663cc0d9dc07b92 ... diff --git a/config.yaml b/config.yaml index 73f88b8..730c670 100644 --- a/config.yaml +++ b/config.yaml @@ -2,20 +2,22 @@ baseURL: https://galaxy.geekdocs.de/ title: Galaxy theme: hugo-geekdoc + +# Required to get well formatted code blocks pygmentsUseClasses: true pygmentsCodeFences: true -# Geekdoc configuration disablePathToLower: true -pluralizeListTitles: false +enableGitInfo: true -# Needed for mermaid/katex shortcodes markup: goldmark: + # Needed for mermaid shortcode renderer: unsafe: true tableOfContents: startLevel: 1 + endLevel: 9 params: geekdocToC: 3