-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
76 lines (70 loc) · 1.79 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
baseURL = 'https://bv-hoehenrain.de/'
languageCode = 'de-de'
paginate = 6
theme= "coHub"
title = 'BV Höhenrain e. V.'
[Menu]
# Main Menu
[[menu.Main]]
name = "Über Uns"
url= "#gallery"
weight = 1
[[menu.Main]]
name = "Highlights"
url= "#service"
weight = 2
[[menu.Main]]
name = "Veranstaltungen"
url= "#blog"
weight = 3
[[menu.Main]]
name = "Geschichte"
url= "#faq"
weight = 4
[[menu.Main]]
name = "Kontakt"
url= "/contact/"
weight = 5
# Sitemap Menu
[[menu.sitemap]]
name = "Datenschutzerklärung"
url = "/privacy/"
weight = 1
[[menu.sitemap]]
name = "Impressum"
url = "/terms/"
weight = 2
[params]
aboutPageURL = "blog"
contactLink = "contact"
copyright = "© {year} <a href=\"https://bv-hoehenrain.de/\" target=\"_blank\">BV Höhenrain e.V.</a>"
fabFormURL = "https://fabform.io/f/Nfw3e7W"
logo = "images/logo.png"
footerlogo = "images/logo.png"
[params.address]
address = "BV Höhenrain e. V. <br> c/o Maximilian Haberl <br> Am Bichl 5 <br> 82335 Bachhauser Wies"
email = "[email protected]"
openingDesc = "Wenn du Lust auf eine tolle Gemeinschaft und auf geile Erlebnisse hast, würden wir uns auf deine Nachricht freuen!"
openingHours = "Mia gfrein uns auf Di!"
[params.map]
APIkey = "AIzaSyA1r-5FU_4kjDnffjP7TjZZ3kjylclreJk"
latitude = "47.946990977290746"
longitude = "11.39905017142037"
pinImage = "images/pin.png"
# Socail icons
[[params.social]]
icon = "ti-instagram"
url = "https://instagram.com/bv_hearoa"
weight = 1
[[params.social]]
icon = "ti-facebook"
url = "https://facebook.com/bvhoehenrain"
weight = 2
[[params.social]]
icon = "ti-email"
url = "mailto:[email protected]"
weight = 3
[[params.social]]
icon = "ti-world"
url = "https://bv-hoehenrain.de"
weight = 4