-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
88 lines (74 loc) · 1.71 KB
/
config.toml
File metadata and controls
88 lines (74 loc) · 1.71 KB
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
baseURL = '/'
languageCode = 'en-us'
theme = "beautifulhugo"
[Params]
# homeTitle = "Beautiful Hugo Theme" # Set a different text for the header on the home page
mainSections = ["post", "posts"]
favicon = "img/favicon.ico"
dateFormat = "August 31, 2023"
commit = false
rss = false
comments = false
readingTime = false
wordCount = false
useHLJS = false
socialShare = true
delayDisqus = true
showRelatedPosts = true
pygmentsUseClasses = true
[markup.goldmark.parser.attribute]
block = true
# 言語設定
[languages]
[languages.en]
contentDir = "content/en" # English
languageName = "English"
languageCode = "en"
title = 'SapientML'
[languages.en.menu]
[languages.ja]
contentDir = "content/ja" # Japanese
languageName = "日本語"
languageCode = "ja"
title = 'SapientML'
[languages.ja.menu]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[Author]
# Set only your "username" for default hosts and full URLs otherwise (e.g., "https://MyGitLab.org/username")
name = "The SapientML Authors"
website = "https://sapientml.io/"
[[languages.en.menu.main]]
name = "Overview"
url = "#h2-1"
weight = 1
[[languages.en.menu.main]]
name = "Features"
url = "#h2-2"
weight = 2
[[languages.en.menu.main]]
url = "https://sapientml.readthedocs.io/en/"
name = "Documentation"
weight = 3
[[languages.en.menu.main]]
url = "https://github.com/sapientml/sapientml"
name = "GitHub"
weight = 4
[[languages.ja.menu.main]]
name = "概要"
url = "#h2-1"
weight = 1
[[languages.ja.menu.main]]
name = "特徴"
url = "#h2-2"
weight = 2
[[languages.ja.menu.main]]
url = "https://sapientml.readthedocs.io/en/"
name = "ドキュメント"
weight = 3
[[languages.ja.menu.main]]
url = "https://github.com/sapientml/sapientml"
name = "GitHub"
weight = 4