forked from OpenBVE-JapaneseTeam/OpenBVE-Site-Japan
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.toml
61 lines (56 loc) · 1.33 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
title = "openBVE Documentation"
theme = "openbve_documentation"
DefaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
removePathAccents = true
relativeURLs = true
uglyURLs = true
disableKinds = ["page", "404", "taxonomy", "taxonomyTerm", "RSS", "sitemap"]
[params]
logoimage = "/images/logo.png"
[markup.goldmark.renderer]
unsafe = true
# Add languages in alphabetical order by language code.
# Link sub-codes of the language code with underscore.
# Write the language name in that language.
[languages]
[languages.ca]
contentDir = "content/ca"
languageName = "Català"
weight = 1
[languages.en]
contentDir = "content/en"
languageName = "English"
weight = 2
[languages.es_MX]
contentDir = "content/es_MX"
languageName = "Español (México)"
weight = 3
[languages.fr]
contentDir = "content/fr"
languageName = "Français"
weight = 4
[languages.hu]
contentDir = "content/hu"
languageName = "Magyar"
weight = 5
[languages.id]
contentDir = "content/id"
languageName = "Bahasa Indonesia"
weight = 6
[languages.ja]
contentDir = "content/ja"
languageName = "日本語"
weight = 7
[languages.ko]
contentDir = "content/ko"
languageName = "한국어"
weight = 8
[languages.zh_CN]
contentDir = "content/zh_CN"
languageName = "中文 (大陆简体)"
weight = 9
[languages.zh_HK]
contentDir = "content/zh_HK"
languageName = "中文 (港澳繁體)"
weight = 10