-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
264 lines (210 loc) · 8.57 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
languageCode = "en-us"
title = "Lithuania AI"
DefaultContentLanguage = "en"
publishDir = "docs" # publish to docs for github pages compatibility
baseURL = "https://lithuania.ai/"
theme = "hugo-fresh"
disableKinds = [
"taxonomy",
"taxonomyTerm"
]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true # Allow raw HTML rendering
[params]
description = "Artificial Intelligence Association of Lithuania community site"
images = ["/images/logos/LDIA_600x400.png"]
custom_css = ["css/custom.css"]
openGraph = true
#section5 = true
[params.navbarlogo]
image = "logos/LDIA_200x50.svg"
imagelt = "logos/LDIA_Logo_LT_no_bg.svg"
link = "/"
[params.font]
name = "Open Sans"
sizes = [
400.0,
600.0
]
[params.header]
navbarTitle = ""
dynamicTitles = false
searchMenu = false
shareMenu = false
languageMenu = true
[params.hero]
title = "Join the AI Association of Lithuania!"
titlelt = "Junkitės į Lietuvos dirbtinio intelekto asociaciją!"
subtitle = "The community of professionals and enthusiasts dedicated to promoting and encouraging AI integration and development in Lithuania."
subtitlelt = "Profesionalų ir entuziastų bendruomenė skatinanti DI taikymą, bei vystimą Lietuvoje."
buttontext = "Join us"
buttontextlt = "Prisijungti"
buttonlink = "/#membership"
buttonlinklt = "/lt/#membership"
secbuttontext = "Learn more"
secbuttontextlt = "Sužinoti daugiau"
secbuttonlink = "/#mission"
secbuttonlinklt = "/lt/#mission"
image = "illustrations/AIAL_case_2.png"
memberlogos1 = [
{ logo = "Oxipit_123x70@4x", url = "https://oxipit.ai/" },
{ logo = "Pixelmator_123x70@4x", url = "https://pixelmator.com/" },
{ logo = "threethirds_123x70@4x", url = "https://threethirds.ai/" },
{ logo = "Nascent_123x70@4x", url = "https://www.nascent-works.com/" },
]
memberlogos2 = [
{ logo = "Scorify_123x70@4x", url = "https://scorify.ai/" },
{ logo = "Vinted_123x70@4x", url = "https://www.vinted.com/" },
{ logo = "NeuroTechnology_123x70@4x", url = "https://www.neurotechnology.com/" },
{ logo = "Biomatter_Desing_123x70@4x", url = "https://www.biomatterdesigns.com/" },
]
memberlogos3 = [
{ logo = "Ovoko_123x70@4x", url = "https://rrr.lt/" },
{ logo = "TE_123x70@4x", url = "https://www.tietoevry.com/" },
{ logo = "Euromonitor_123x70@4x", url = "https://www.euromonitor.com/" },
{ logo = "alticIT_123x70@4x", url = "https://www.altic.lt/" },
]
memberlogos4 = [
{ logo = "Satalia_123x70@4x", url = "https://www.satalia.com/" },
{ logo = "3RTechnologies_123x70@4x", url = "https://www.3rt.lt/" },
{ logo = "ElsisPro_123x70@4x", url = "https://www.elsispro.com/lt/" },
]
memberlogos5 = [
{ logo = "Novian_technologies_123x70@4x", url = "https://novian.io/novian-technologies/" },
{ logo = "Planner5D_123x70@4x", url = "https://planner5d.com" },
{ logo = "SME_123x70@4x", url = "https://smefinance.lt" },
]
memberlogos6 = [
{ logo = "VDU_123x70@4x", url = "https://if.vdu.lt/" },
{ logo = "KTU_AIC_123x70@4x", url = "https://dicentras.ktu.edu/" },
{ logo = "VilniusTech_FS_123x70@4x", url = "https://vilniustech.lt/fundamentiniu-mokslu-fakultetas/890" },
{ logo = "VU_MIF_123x70@4x", url = "https://mif.vu.lt/lt3/" },
]
[[params.navbar]]
title = "Mission"
titlelt = "Misija"
url = "/#mission"
urllt = "/lt/#mission"
[[params.navbar]]
title = "Events"
titlelt = "Renginiai"
url = "/#events"
urllt = "/lt/#events"
[[params.navbar]]
title = "Publications"
titlelt = "Publikacijos"
url = "/news/publications/"
urllt = "/lt/news/publications/"
[[params.navbar]]
title = "Definitions"
titlelt = "Sąvokos"
url = "/news/definitions/"
urllt = "/lt/news/savokos/"
[[params.navbar]]
title = "Membership"
titlelt = "Narystė"
url = "/#membership"
urllt = "/lt/#membership"
[[params.navbar]]
title = "Members"
titlelt = "Nariai"
url = "https://www.notion.so/mokahaiku/Members-fd8615d1967449be8b15b04e69bcdb41"
urllt = "https://www.notion.so/mokahaiku/Members-fd8615d1967449be8b15b04e69bcdb41"
[[params.navbar]]
title = "Friends"
titlelt = "Draugai"
url = "/#friends"
urllt = "/lt/#friends"
[[params.navbar]]
title = "LT"
titlelt = "LT"
url = "/lt/"
urllt = "/lt/"
[[params.navbar]]
title = "EN"
titlelt = "EN"
url = "/en/"
urllt = "/en"
[params.section2]
title = "Events"
titlelt = "Renginiai"
subtitle = "events"
text = ""
[params.section3]
title = "Membership"
titlelt = "Narystė"
subtitle = "Becoming a member of the AI community"
subtitlelt = "Tapimas asociacijos nariu"
text = "We are a not-for-profit and rely on the efforts of volunteers and support of members or patrons. Association is always looking for new people to volunteer. What matters most is that you are passionate about creating or just want to know more about AI."
textlt = "Asociacija yra ne pelno siekianti organizacija didžiąja dalimi veikianti savanorių, asociacijos narių ir remėjų pastangomis. Asociacija nuolat ieško naujų savanorių. Svarbiausia, kad turėtumėt norą kurti arba tiesiog norite sužinoti daugiau apie dirbtinį intelektą."
#[params.section4]
# title = "Members of association"
# titlelt = "Asociacijos nariai"
# subtitle = "The companies that are members of Aritificial Intelligence Association of Lithuania"
# subtitlelt = "Įmonės ir startuoliai priklausantys Lietuvos dirbtinio intelekto asociacijai"
# text = ""
[params.section5]
title = "Friends and Partners"
titlelt = "Asociacijos rėmėjai ir partneriai"
subtitle = "The organizations and associations which Aritificial Intelligence Association of Lithuania support"
subtitlelt = "Organizacijos palaikančios Lietuvos dirbtinio intelekto asociaciją"
text = ""
[params.footer]
logo = "LDIA_200x50_white.svg"
logolt = "LDIA_200x50_white.svg"
socialmediatitle = "Follow Us"
socialmediatitlelt = "Sekite LDIA naujienas"
bulmalogo = false
[params.footer.quicklinks]
[params.footer.quicklinks.column1]
title = "Info"
titlelt = "Informacija"
[[params.footer.quicklinks.column1.links]]
text = "Bylaws (in lithuanian)"
textlt = "Įstatai"
target="_blank"
link = "https://lithuania.ai/files/ldia_istatai.pdf"
[[params.footer.quicklinks.column1.links]]
text = "Member application form"
textlt = "Narystės forma"
target="_blank"
link = "https://docs.google.com/forms/d/e/1FAIpQLSfhmKHrb_pwCDQssZAY8ME1EwnwUUh2IGd9TGMj9RSU8_mImg/viewform"
[[params.footer.quicklinks.column1.links]]
text = "Newsletter subscription"
textlt = "Naujienlaiškio užsisakymas"
link = "javascript:;"
onclick = "ml_webform_5680660('show')"
[params.footer.quicklinks.column2]
title = "Contacts"
titlelt = "Kontaktai"
[[params.footer.quicklinks.column2.links]]
text = "Email: [email protected]"
textlt = "El. paštas: [email protected]"
link = "mailto: [email protected]"
[[params.footer.socialmedia]]
link = "https://ai-lithuania.slack.com/join/shared_invite/enQtNTYzMjM3MzAwMTc4LTQ2ZGY2YTE3OWY1NjBmZWE0ZTE2NzY5OGQ5OGFkYzNkNzZjYWE4ZTEwYmZkMTM5YjRlOWI4MTE1NGNlNzAwMDU?fbclid=IwAR30mLUmQxwtltorZgb9O8aVhlE4q-9gjbeJ7l_3SCsnjO6ll8QuEY7dd0g"
text = "slack"
[[params.footer.socialmedia]]
link = "https://www.facebook.com/groups/artificialintelligence.lt/"
text = "facebook"
[[params.footer.socialmedia]]
link = "https://www.linkedin.com/company/lithuania-ai/"
text = "linkedin"
[[params.footer.socialmedia]]
link = "https://www.meetup.com/lithuania-ai/"
text = "meetup"
[[params.footer.socialmedia]]
link = "https://twitter.com/lithuania_ai"
text = "twitter"
[Languages]
[Languages.en]
LanguageCode = "en"
LanguageName = "English"
weight = 1
[Languages.lt]
LanguageCode = "lt"
LanguageName = "Lietuvių"
title = "Lietuvos dirbtinio intelekto asociacija"
weight = 2