update to hugo v0.69.0

This commit is contained in:
Robert Kaussow 2020-04-15 01:24:39 +02:00
parent 4f94f35034
commit 74dedde615
2 changed files with 7 additions and 5 deletions

View File

@ -18,7 +18,7 @@ steps:
- git-batch - git-batch
- name: build - name: build
image: klakegg/hugo:0.59.1-ext-alpine image: klakegg/hugo:0.69.0-ext-alpine
commands: commands:
- hugo-official - hugo-official
@ -68,6 +68,6 @@ trigger:
- refs/pull/** - refs/pull/**
--- ---
kind: signature kind: signature
hmac: 7aa0385e8077d0ca1755fa1484098789a8567d551a329379820e4aac328bae2a hmac: 786a4014e58c7619b881393cec592ed3ba5f186da67558c43663cc0d9dc07b92
... ...

View File

@ -2,20 +2,22 @@
baseURL: https://galaxy.geekdocs.de/ baseURL: https://galaxy.geekdocs.de/
title: Galaxy title: Galaxy
theme: hugo-geekdoc theme: hugo-geekdoc
# Required to get well formatted code blocks
pygmentsUseClasses: true pygmentsUseClasses: true
pygmentsCodeFences: true pygmentsCodeFences: true
# Geekdoc configuration
disablePathToLower: true disablePathToLower: true
pluralizeListTitles: false enableGitInfo: true
# Needed for mermaid/katex shortcodes
markup: markup:
goldmark: goldmark:
# Needed for mermaid shortcode
renderer: renderer:
unsafe: true unsafe: true
tableOfContents: tableOfContents:
startLevel: 1 startLevel: 1
endLevel: 9
params: params:
geekdocToC: 3 geekdocToC: 3