-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.toml
146 lines (123 loc) · 3.02 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
baseURL = "https://hongtaoh.com"
languageCode = "en-us"
title = '郝鸿涛:Hongtao Hao'
theme = "hugo-ht"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "\\.qmd$", "\\.ipynb$", "\\.py$"]
footnotereturnlinkcontents = "↩"
enableGitInfo = true
enableRobotsTXT = true
[permalinks]
cn = "/cn/:year/:month/:day/:slug/"
en = "/en/:year/:month/:day/:slug/"
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
[[menu.en]]
name = "Home"
url = "/"
weight = 1
[[menu.en]]
name = "Projects"
url = "/en/projects/"
weight = 2
[[menu.en]]
name = "Research"
url = "/en/research/"
weight = 3
[[menu.en]]
name = "Blog"
url = "/en/blog/"
weight = 4
[[menu.en]]
name = "中文"
url = "/cn/blog/"
weight = 5
[[menu.cn]]
name = "关于"
url = "/cn/"
weight = 1
[[menu.cn]]
name = "日志"
url = "/cn/blog/"
weight = 2
[[menu.cn]]
name = "English"
url = "/"
weight = 3
[params]
description = "Peronal website of Hongtao Hao"
homeText = "Hongtao Hao's Personal Website"
blogDirName = "blog"
singleLang = false
defaultLang = "en"
MathJaxCDN = "//cdnjs.cloudflare.com/ajax/libs"
MathJaxVersion = "2.7.5"
favicon = "/ht10.ico"
copyright = "©"
copyrightYear = "2020-2025"
GithubEdit = "https://github.com/hongtaoh/hongtaoh.github.io/edit/sources/content/"
GithubRepo = "https://github.com/hongtaoh/hongtaoh.github.io"
ContentSource = "https://raw.githubusercontent.com/hongtaoh/hongtaoh.github.io/sources/content/"
[params.logo]
url = "ht10.png"
width = 50.0
height = 50.0
alt = "Hongtao Hao"
[params.lang]
[params.lang.author]
en = "Hongtao Hao"
cn = "郝鸿涛"
[params.lang.poweredBy]
en = "Made with"
cn = "本站驱动"
[params.lang.edit]
en = "Suggest an edit of this page"
cn = "编辑本页"
[params.lang.lastupdate]
en = "Last modified on"
cn = "最后一次修改于"
[params.lang.Sitelastupdate]
en = "Site last updated on"
cn = "最近一次更新于"
[params.lang.subscribe]
en = "Subscribe"
cn = "订阅"
[params.lang.sourceCode]
en = "Content in"
cn = "内容存于"
[params.lang.license]
en = "License"
cn = "版权"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = false
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "pygments"
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[imaging]
quality = 100