-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
63 lines (53 loc) · 1.26 KB
/
config.toml
File metadata and controls
63 lines (53 loc) · 1.26 KB
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
baseURL = "/"
languageCode = "de-ch"
title = "Motorfluggruppe Thurgau MFGT"
assetDir = "assets"
relativeURLs = true
googleAnalytics = "UA-25486694-1"
[taxonomies]
category = "categories"
[params]
coverImage = "/img/cover/flugschule.jpg"
[menu]
[[menu.main]]
identifier = "flugplatz"
name = "Flugplatz"
url = "/flugplatz/"
weight = 1
[[menu.main]]
identifier = "flugschule"
name = "Flugschule"
url = "/flugschule/"
weight = 2
[[menu.main]]
identifier = "club"
name = "Club"
url = "/club/"
weight = 3
[[menu.main]]
identifier = "rundflug"
name = "Rundflüge"
url = "/rundflug/"
weight = 4
[[menu.main]]
identifier = "gastro"
name = "Gastro" # "Gastronomie"
url = "/gastro/"
# weight = 4
weight = 5
[[menu.main]]
identifier = "maintenance"
name = "Maintenance"
url = "/maintenance/"
weight = 6
[[menu.main]]
identifier = "kontakt"
name = "Kontakt"
url = "/kontakt/"
weight = 7
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[blackfriday]
hrefTargetBlank = true