forked from ziglang/www.ziglang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
82 lines (78 loc) · 1.47 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
baseURL = "//ziglang.org/"
languageCode = "en-us"
title = "Zig Programming Language"
theme = "ziglang-original"
disableKinds = ["taxonomy", "term"]
timeout = 1000000
[params]
disable_zig_rendering = false
zig_code_basepath = "assets/zig-code/"
downloads_release_order = [
"master",
"0.9.0",
"0.8.1",
"0.8.0",
"0.7.1",
"0.7.0",
"0.6.0",
"0.5.0",
"0.4.0",
"0.3.0",
"0.2.0",
"0.1.1",
]
downloads_arch_order = [
"src",
"bootstrap",
"x86_64-linux",
"i386-linux",
"riscv64-linux",
"aarch64-linux",
"armv7a-linux",
"armv6kz-linux",
"x86_64-macos",
"aarch64-macos",
"x86_64-windows",
"i386-windows",
"aarch64-windows",
"x86_64-freebsd",
]
[markup.goldmark.renderer]
unsafe = true
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
DefaultContentLanguage = "en"
[languages]
[languages.en]
languageName = "English (original)"
weight = 1
[languages.it]
languageName = "Italiano"
weight = 2
[languages.pt]
languageName = "Português"
weight = 2
[languages.zh]
languageName = "简体中文"
weight = 2
[languages.de]
languageName = "Deutsch"
weight = 2
[languages.fa]
languageName = "فارسی"
weight = 2
[languages.fr]
languageName = "Français"
weight = 2
[languages.ko]
languageName = "한국어"
weight = 2
[languages.es]
languageName = "Español"
weight = 2
[languages.ar]
languageName = "عربی"
weight = 2