-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.toml
144 lines (131 loc) · 3.68 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
languageCode = 'pl-pl'
paginate = 9
theme = "coHub"
title = 'Hackerspace Trójmiasto'
DefaultContentLanguage = "pl"
timeZone = "Europe/Warsaw" # Note: make sure this is the same as in netlify.toml
[languages]
[languages.pl]
languageName = "🇵🇱"
contentDir = 'content/pl'
[languages.pl.params]
aboutPageURL = "blog"
contactLink = "/contact"
copyright = "© {year} Hackerspace Trójmiasto"
googleAnalytics = ""
logo = "/images/logo.png"
footerlogo = "/images/logo.png"
footerDescription = "Przyjdź i zbuduj coś z nami"
[languages.pl.params.address]
address = "al. Wojska Polskiego 41<br>80-268 Gdańsk"
email = "[email protected]"
openingDesc = "Otwarte całą dobę dla osób z kluczem."
openingHours = "Jeśli nie masz klucza [zapytaj na Discord](https://hs3.pl/join) czy ktoś jest w środku."
phone = "+48 661 691 133"
[languages.pl.params.events]
upcoming = "Nadchodzące"
past = "Przeszłe"
calendar = "Kalendarz"
icsLink = "Zaimportuj ten kalendarz"
icsLinkExplain = 'Pobierz ten plik i zaimportuj go do aplikacji kalendarza lub skopiuj adres URL łącza i użyj go jako "URL subskrypcji kalendarza". W ten sposób będziesz również otrzymywać aktualizacje.'
[languages.en]
title = "Hackerspace Trójmiasto (Three-city)"
contentDir = 'content/en'
languageName = "🇬🇧"
[languages.en.params]
aboutPageURL = "blog"
contactLink = "/en/contact"
copyright = "© {year} Hackerspace Trójmiasto"
googleAnalytics = ""
logo = "/images/logo.png"
footerlogo = "/images/logo.png"
footerDescription = "Come and build with us"
[languages.en.params.address]
address = "al. Wojska Polskiego 41<br>80-268 Gdańsk"
email = "[email protected]"
openingDesc = "Open 24/7 for members with a key."
openingHours = "For members without key and non-members: [ask on Discord](https://hs3.pl/join) if someone is there (in English or Polish)."
phone = "+48 661 691 133"
[languages.en.params.events]
upcoming = "Upcoming"
past = "Past"
calendar = "Calendar"
icsLink = "Import this calendar"
icsLinkExplain = 'Either download this file and import it into your calendar app, or copy the link URL, and use it as "Calendar subscription URL". In this way, you will also receive the updates.'
[params.map]
APIkey = "AIzaSyC9rV6yesIygoVKTD6QLf_iCa9eiIIHqZ0"
latitude = "54.3896193"
longitude = "18.58178"
pinImage = "/images/pin.png"
[Menu]
# Main Menu
[[menu.Main]]
identifier = "about-us"
pageref = "/about"
weight = 1
[[menu.Main]]
identifier = "events"
pageref = "/wydarzenia"
weight = 2
[[menu.Main]]
identifier = "projects"
pageref = "/projekty"
weight = 3
[[menu.Main]]
identifier = "blogs"
pageref = "/blog"
weight = 4
[[menu.Main]]
identifier = "membership"
pageref = "/zasoby/czlonkostwo"
weight = 5
[[menu.Main]]
identifier = "resources"
pageref = "/zasoby"
weight = 6
[[menu.Main]]
identifier = "FAQ"
url = "/#faq"
weight = 7
[[menu.Main]]
identifier = "contact"
url = "/#contact"
weight = 8
# Sitemap Menu
[[menu.sitemap]]
name = "Privacy Policy"
url = "/privacy/"
weight = 1
# Social icons
[[params.social]]
icon = "ti-facebook"
url = "https://www.facebook.com/hackerspacetrojmiasto"
weight = 1
[[params.social]]
icon = "ti-twitter-alt"
url = "https://twitter.com/hs3city"
weight = 2
[[params.social]]
icon = "ti-linkedin"
url = "https://www.linkedin.com/company/hackerspace-tr%C3%B3jmiasto/"
weight = 2
[[params.social]]
icon = "ti-user"
url = "https://hs3.pl/join"
weight = 3
[[params.social]]
icon = "ti-youtube"
url = "https://www.youtube.com/channel/UC1MjdZvgtGZwSAaveL-Z8CA"
weight = 4
[[params.social]]
icon = "ti-video-camera"
url = "https://www.twitch.tv/hs3city"
weight = 5
[[params.social]]
icon = "ti-github"
url = "https://github.com/hs3city"
weight = 6
[[params.social]]
icon = "ti-wallet"
url = "https://patronite.pl/hs3/description"
weight = 7