-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhugo.toml
75 lines (65 loc) · 1.92 KB
/
hugo.toml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#baseURL = 'https://i14y-ch.github.io/handbook/'
languageCode = 'de-CH'
title = 'Handbuch Interoperabilitätsplattform I14Y'
# Language settings
contentDir = "content/"
defaultContentLanguage = "de"
defaultContentLanguageInSubdir = true
# Language configuration
[languages]
[languages.de]
title = "Handbuch Interoperabilitätsplattform I14Y"
description = "Anleitungen und Informationen zur Interoperabilitätsplattform"
languageName = "Deutsch"
languageCode = "de"
contentDir = "content/de"
weight = 1
[languages.fr]
title = "Manuel I14Y plateforme d’interopérabilité"
description = "Instructions et informations sur la plate-forme d'interopérabilité"
languageName = "Français"
languageCode = "fr"
contentDir = "content/fr"
weight = 2
[languages.it]
title = "Manuale I14Y piattaforma di interoperabilità"
description = "Guida e informazioni sulla piattaforma di interoperabilità"
languageName = "Italian"
languageCode = "it"
contentDir = "content/it"
weight = 3
# [languages.rm]
# title = "Manual da plattafurma d'interoperabilitad I14Y"
# description = ""
# languageName = "Rumantsch"
# languageCode = "rm"
# contentDir = "content/rm"
# weight = 4
[languages.en]
title = "Manual I14Y Interoperability Platform"
description = "Manual and Information about the interoperability platform"
languageName = "English"
languageCode = "en"
contentDir = "content/en"
weight = 5
[module]
proxy = "direct"
[module.hugoVersion]
extended = true
min = "0.121.1" # Aktuelle stabile Version statt bleeding edge
[[module.imports]]
path = "github.com/google/docsy"
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false
[params.ui]
# Enable to show the side bar menu in its compact state.
sidebar_menu_compact = true
# Konfiguration für den Diagramm-Generator Mermaid.
[params.mermaid]
enable = true
theme = "default"
version = "11.4.1"
[markup.goldmark.parser.attribute]
block = true