-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
138 lines (128 loc) · 4.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
defaultContentLanguage = "cs"
defaultContentLanguageInSubdir = true
title = "ICT"
copyright = 'This work is licensed under a Creative Commons Attribution 4.0 International License.'
[author]
email = '[email protected]'
name = 'Odborová organizace pracujících v ICT'
[params]
title = 'ICT'
subTitle = 'Union'
tagLine = 'Trade union of workers in IT & communications.'
joinCta = 'become a member'
createWorkplace = 'create a workplace union'
eventPosterAlt = 'Poster for the event'
supportEmail = '[email protected]'
supportPhone = '+420 775 319 271'
publicUrl = 'https://ictunion.cz'
[params.legal]
entityName = 'Odborová organizace pracujících v ICT'
entry = 'https://or.justice.cz/ias/ui/rejstrik-firma.vysledky?subjektId=1130032&typ=UPLNY'
registrationNumber = '116 57 502'
[params.social]
github = 'https://github.com/ictunion'
twitter = 'https://twitter.com/IctOdbory_Union'
linkedin = 'http://www.linkedin.com/company/ictodbory-ictunion'
facebook = 'https://www.facebook.com/ictodbory'
youtube = ''
mastodon = 'https://witter.cz/@ict_odbory_ict_union'
instagram = 'https://www.instagram.com/ict_odbory_ict_union/'
[params.navigation]
home = "Home"
aboutUs = "About Us"
statutes = "Statutes"
register = "Application"
events = "Events"
workplaces = "Workplaces"
faq = "FAQ"
statements = "Statements"
career = "Career"
[params.home]
participateTitle = "How to participate?"
membershipTitle = "We provide..."
eventsTitle = "Upcoming and ongoing events:"
[params.footer]
learnMore = "Learn More"
socials = "Socials"
languages = "Languages"
legal = "Legal"
legalLink = "ID"
partners = "Partners"
contacts = "Contacts"
licensingNote = '''
Content is provided under <a target="_blank" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International</a>.<br>
Source code is <a target="_blank" href="https://github.com/ictunion/main-website-public">released</a> under <a target="_blank" href="//www.gnu.org/licenses/agpl-3.0.html">AGPL</a> license.
'''
[languages]
[languages.cs]
languagedirection = 'ltr'
weight = 1
[languages.cs.params]
subTitle = 'Odbory'
lang = 'cs'
language = 'Česky'
languageFlag = "🇨🇿"
tagLine = 'Odborová organizace pracujících v IT a komunikacích.'
joinCta = 'staň se členem*kou'
createWorkplace = 'založ odbory na pracovišti'
eventPosterAlt = 'Plakát k akci'
[languages.cs.params.navigation]
home = "Domů"
aboutUs = "O nás"
statutes = "Stanovy"
register = "Přihláška"
events = "Akce"
workplaces = "Pracoviště"
faq = "Časté dotazy"
statements = "Prohlášení"
career = "Career"
[languages.cs.params.home]
participateTitle = "Jak se zapojit?"
membershipTitle = "Členství ti přinese..."
eventsTitle = "Plánované a probíhající akce:"
[languages.cs.params.footer]
learnMore = "Poznej více"
socials = "Sítě"
languages = "Jazyky"
legal = "Právní info"
legalLink = "IČO"
partners = "Partneři"
contacts = "Kontakty"
licensingNote = '''
Obsah poskytujeme pod licencí <a target="_blank" href="https://creativecommons.org/licenses/by/4.0/deed.cs">Creative Commons Attribution 4.0 International</a>.<br>
Zdrojový kód <a target="_blank" href="https://github.com/ictunion/main-website-public">je vydán</a> pod licencí <a target="_blank" href="//www.gnu.org/licenses/agpl-3.0.html">AGPL</a>.
'''
[languages.en]
languagedirection = 'ltr'
weight = 2
[languages.en.params]
lang = "en"
language = 'English'
languageFlag = "🇬🇧"
[markup.goldmark.renderer]
unsafe = true # Allow HTML in md files
[permalinks]
events = '/events/:year/:slug/'
registered = '/:slug'
workplaces = '/workplace/:slug/'
statements = '/statements/:slug/'
career = '/career/:slug/'
[languages.cs.permalinks]
events = '/akce/:year/:slug/'
workplaces = '/pracoviste/:slug/'
statements = '/prohlaseni/:slug/'
career = '/career/:slug/'
[sitemap]
changefreq = 'monthly'
filename = 'sitemap.xml'
priority = 0.5
[outputs]
home = ['HTML'] # default is ['HTML','RSS'] - disable RSS for homepage
page = ['HTML']
# Define list of partners
[[params.partners]]
name = "OSPPP"
link = "https://www.osppp.cz/"
[[params.partners]]
name = "UNI Global Union"
link = "https://www.uni-europa.org/sectors/ict-related-services/"