This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.toml
89 lines (76 loc) · 1.84 KB
/
config.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
baseURL = "https://www.appuio.ch/"
languageCode = "en-us"
theme = "appuio"
DefaultContentLanguage = "de"
[params]
title = "APPUiO - Swiss Container Platform"
# Shortcodes that must be closed
# If the shortcode uses .Inner then add it here!
mustCloseShortcodes = ["section","upcoming-events"]
[module]
[[module.imports]]
path = "github.com/jgthms/bulma"
[[module.imports.mounts]]
source = "sass"
target = "assets/scss/bulma"
[languages]
[languages.en]
languageName = "English"
[[languages.en.menu.main]]
identifier = "offering"
url = "/"
name = "Offering"
weight = 10
[[languages.en.menu.main]]
identifier = "techlabs"
url = "/"
name = "Techlabs"
weight = 20
# Defined here and not in _index.en.md,
# because NetlifyCMS also lists _index.md files:
# https://github.com/netlify/netlify-cms/issues/2727
# This is probably a bug, because we use Bundles.
[[languages.en.menu.main]]
url = "/news"
name = "News"
identifier = "news"
weight = 30
[[languages.en.menu.main]]
url = "/"
name = "About"
identifier = "about"
weight = 40
[[languages.en.menu.main]]
url = "/en/#contact"
name = "Contact"
parent = "about"
weight = 100
[languages.de]
languageName = "Deutsch"
[[languages.de.menu.main]]
identifier = "offering"
url = "/"
name = "Angebot"
weight = 10
[[languages.de.menu.main]]
identifier = "techlabs"
url = "/"
name = "Techlabs"
weight = 20
[[languages.de.menu.main]]
identifier = "news"
url = "/"
name = "Aktuelles"
weight = 30
[[languages.de.menu.main]]
identifier = "about"
url = "/"
name = "Über uns"
weight = 40
[[languages.de.menu.main]]
url = "/#kontakt"
name = "Kontakt"
parent = "about"
weight = 100
[markup.goldmark.renderer]
unsafe = true