forked from secondlightac/website-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
89 lines (69 loc) · 1.86 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://it-for-kids.org/"
languageCode = "de-de"
title = "IT4Kids | IT-Kurse für Grundschulen"
copyright = "<span class=\"copyright\">Copyright © <script>document.write(new Date().getFullYear())</script> IT4Kids</span>"
[permalinks]
blog = "/blog/:year/:month/:title/"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = -100
[[menu.main]]
name = "Vision"
url = "/vision/"
weight = -90
[[menu.main]]
name = "Lehrmaterial"
weight = -80
[[menu.main]]
name = "Level"
parent = "Lehrmaterial"
url = "/level/"
[[menu.main]]
name = "Inhalte"
parent = "Lehrmaterial"
url = "/lehrmaterial/"
[[menu.main]]
name = "Software"
url = "/software/"
parent = "Lehrmaterial"
[[menu.main]]
name = "Kursangebot"
weight = -70
[[menu.main]]
name = "Für Schulen"
parent = "Kursangebot"
url = "/schulen/"
weight = -20
[[menu.main]]
name = "Für Kursleitungen"
parent = "Kursangebot"
url = "/mitmachen/"
weight = -10
[[menu.main]]
name = "Über uns"
weight = -60
[[menu.main]]
name = "Status"
parent = "Über uns"
url = "/status/"
[[menu.main]]
name = "Team"
parent = "Über uns"
url = "/team/"
[[menu.main]]
name = "Blog"
parent = "Über uns"
url = "/blog/"
[params]
facebook = "https://www.facebook.com/itforkids.org/"
instagram = "https://www.instagram.com/it4kids.ac/"
enactus = "https://enactus.de/aachen/"
title = "IT4Kids | IT-Kurse für Grundschulen"
images = ["/img/ms-icon-310x310.png"]
description = "IT4Kids bietet spielerische IT-Kurse für Grundschulen, die Logik- und Prozess-Denken stärken."
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true