forked from godot-jp/godot-jp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
42 lines (35 loc) · 752 Bytes
/
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
baseURL = 'https://godot-japan.com/'
languageCode = 'ja-jp'
title = 'Godot Japan'
theme = 'GodotJapan2024'
enableGitInfo = true
ignoreLogs = ['error-remote-getjson']
[pramas]
dafaultNoimage = "/images/m_e_other_501.png"
imageQuality = 75
[mediaTypes]
[mediaTypes.'text/json']
suffixes = ['json']
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = true
unsafe = true
block = true
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 1
[related]
includeNewer = true
threshold = 80
toLower = false
[[related.indices]]
name = "keyword"
weight = 100
[[related.indices]]
name = "tags"
weight = 80
[[related.indices]]
name = "date"
weight = 10