-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
75 lines (65 loc) · 1.44 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
baseURL = "/"
languageCode = "de-ch"
title = "Air Festival 21"
assetDir = "assets"
relativeURLs = true
googleAnalytics = "UA-25486694-1"
[taxonomies]
category = "categories"
[params]
coverImage = "/img/cover/flugschule.jpg"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "programm"
name = "Programm"
url = "/programm/"
weight = 2
# [[menu.main]]
# identifier = "tickets"
# name = "Tickets"
# url = "/tickets/"
# weight = 3
#
# [[menu.main]]
# identifier = "gastronomie"
# name = "Gastronomie"
# url = "/gastronomie/"
# weight = 2
#
[[menu.main]]
identifier = "sponsors"
name = "Sponsoren"
url = "/sponsors/"
weight = 3
[[menu.main]]
identifier = "pilot-info"
name = "Piloten-Info"
url = "/pilotinfo/"
weight = 4
#
# [[menu.main]]
# identifier = "anfahrt"
# name = "Anfahrt"
# url = "/anfahrt/"
# weight = 5
[[menu.main]]
identifier = "mfgt"
name = "MFGT"
url = "/mfgt/"
weight = 6
[[menu.main]]
identifier = "kontakt"
name = "Kontakt"
url = "/kontakt/"
weight = 7
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[blackfriday]
hrefTargetBlank = true