update to hugo v0.69.0
This commit is contained in:
parent
4f94f35034
commit
74dedde615
@ -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
|
||||
|
||||
...
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user