This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.toml
94 lines (78 loc) · 1.89 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
baseURL = "https://wiki.phala.network"
languageCode = "en-us"
title = "Phala Network Wiki"
theme = "compose"
defaultContentLanguage = "en-us"
defaultContentLanguageInSubdir= true
# # For search functionality
# [outputs]
# home = [ "HTML", "RSS", "JSON"]
# menu items
[[menu.main]]
name = "Docs"
weight = 2
url = "en-us/docs/"
[[menu.main]]
name = "中文"
weight = 3
url = "zh-cn/"
[[menu.main]]
name = "français"
weight = 4
url = "fr-fr/"
[[menu.main]]
name = "Homepage"
weight = 5
url = "https://phala.network"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
typographer = true
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = false
style = "monokai"
tabWidth = 2
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[params]
name = "Phala Network Wiki"
repo = "https://github.com/Phala-Network/phala-wiki"
editUrl = "https://github.com/Phala-Network/phala-wiki/edit/master/content/"
[author]
name = "Phala Network"
url = "https://phala.network"
# searchPlaceholder = "Search the docs ..."
google_fonts = [
["Recursive", "300, 400, 500, 600"],
["Lato", "300, 400, 500, 600"],
]
[params.logo]
lightMode = "images/logo-phala-48.png"
darkMode = "images/logo-phala-48.png"
[params.source]
name = "GitHub"
icon = "github.svg"
url = "https://github.com/Phala-Network/phala-wiki/"
[Languages]
[Languages.en-us]
title = "Phala Network Wiki"
weight = 1
languageName = "English"
[Languages.zh-cn]
title = "Phala Network 百科"
weight = 2
languageName = "简体中文"
[Languages.fr-fr]
title = "Phala Network Wiki"
weight = 3
languageName = "français"