-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
48 lines (46 loc) · 1.39 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
DefaultContentLanguage = "sl"
[markup.goldmark.renderer]
unsafe= true
[languages]
[languages.sl]
languageName = "Slovenščina"
baseURL = "https://hugo.fri.uni-lj.si"
contentDir = "content/sl"
title = "Hugo FRI spletna stran"
weight = 0
languageCode = "sl"
[languages.sl.params]
proj_types = [
"EU projekti",
"Bilateralni projekti",
"Ostali mednarodni projekti",
"Raziskovalni programi ARRS",
"Raziskovalni projekti ARRS",
"Projekti strukturnih skladov",
"Ostali nacionalni projekti",
"Tržni projekti"
]
[languages.sl.permalinks]
osebje = "/o-fakulteti/osebje/:slug"
laboratorij = "/laboratorij/:filename"
[languages.en]
languageName = "English"
baseURL = "https://hugo.fri.uni-lj.si/en"
contentDir = "content/en"
title = "Hugo FRI website"
languageCode = "en-US"
weight = 1
[languages.en.params]
proj_types = [
"European projects",
"Bilateral projects",
"Ostali mednarodni projekti",
"ARRS research programmes",
"Research projects ARRS",
"Projects Structural Funds",
"Ostali nacionalni projekti",
"Tržni projekti"
]
[languages.en.permalinks]
osebje = "/employees/:slug"
laboratorij = "/laboratory/:filename"