-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yaml
59 lines (50 loc) · 1.2 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
baseURL: https://docs.easydb.de/
defaultContentLanguageInSubdir: true
languageCode: de
title: easydb documentation
DefaultContentLanguage: de
preserveTaxonomyNames: true
disableKinds:
- taxonomyTerm
markup:
goldmark:
renderer:
unsafe: true
languages:
de:
weight: 2
taxonomies:
menu:
main:
- identifier: techdocs
name: Technische Dokumentation (EN)
url: /en/technical
weight: -930
- identifier: sysadmin
url: /en/sysadmin
name: Systemadministration (EN)
weight: -950
en:
weight: 2
taxonomies:
easydb-server: easydb-server.yml
elasticsearch: elasticsearch.yml
eas: eas.yml
fylr: fylr.yml
permalinks:
easydb-server.yml: /sysadmin/:section/:slug/
elasticsearch.yml: /sysadmin/:section/:slug/
eas.yml: /sysadmin/:section/:slug/
fylr.yml: /sysadmin/:section/:slug/
zulu:
contentDir: intern
weight: 2
theme: "hugo-doc-theme"
# sectionPagesMenu = "main"
pygmentsCodeFences: true
pygmentsOptions: ""
# Use the Chroma stylesheet
pygmentsUseClasses: true
pygmentsUseClassic: false
# See https://help.farbox.com/pygments.html
pygmentsStyle: "github"