All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
27 lines
445 B
YAML
27 lines
445 B
YAML
baseURL: "https://minimal-setups.de"
|
|
releaseTag: "%RELEASETAG%"
|
|
languageCode: "en-us"
|
|
title: "Minimal Setups"
|
|
theme: "ananke"
|
|
# theme: "hextra"
|
|
theme: "hugo-theme-techdoc-x"
|
|
googleAnalystics: ""
|
|
|
|
params:
|
|
menu_style: "slide-menu"
|
|
|
|
menu:
|
|
main:
|
|
- name: Keys
|
|
pageRef: /keys
|
|
weight: 3
|
|
- name: About
|
|
pageRef: /about
|
|
weight: 4
|
|
|
|
markup:
|
|
defaultMarkdownHandler: goldmark
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|