All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
39 lines
640 B
YAML
39 lines
640 B
YAML
baseURL: "https://minimal-setups.de"
|
|
languageCode: "en-us"
|
|
title: "Minimal Setups"
|
|
# theme: "ananke"
|
|
theme: "hextra"
|
|
googleAnalystics: ""
|
|
|
|
params:
|
|
search:
|
|
enable: true
|
|
type: flexsearch
|
|
flexsearch:
|
|
index: content
|
|
tokenize: forward
|
|
footer:
|
|
displayCopyright: false
|
|
displayPoweredBy: false
|
|
|
|
menu:
|
|
main:
|
|
- name: How Tos
|
|
pageRef: /HowTos
|
|
weight: 1
|
|
- name: Articles
|
|
pageRef: /articles
|
|
weight: 2
|
|
- name: Keys
|
|
pageRef: /keys
|
|
weight: 3
|
|
- name: About
|
|
pageRef: /about
|
|
weight: 4
|
|
- name: Search
|
|
weight: 5
|
|
params:
|
|
type: search
|
|
|
|
|