-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
166 lines (137 loc) · 3.4 KB
/
hugo.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
baseURL = "https://opthuang.github.io/"
title = "Cunxin's Website"
theme = "hugo-coder"
languageCode = "en"
defaultContentLanguage = "en"
paginate = 20
enableEmoji = true
# Enable Disqus comments
# disqusShortname = "yourdiscussshortname"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false
[params]
author = "Cunxin Huang"
# license = '<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA-4.0</a>'
description = "Cunxin Huang's personal website"
keywords = "math,code,blog"
info = ["Welcome to My Math Subspace"]
avatarURL = "images/avatar.jpg"
faviconSVG = "images/favicon.svg"
favicon_32 = "images/favicon-32x32.png"
favicon_16 = "images/favicon-16x16.png"
dateFormat = "January 2, 2006"
since = 2023
# Git Commit in Footer, uncomment the line below to enable it
#commit = "https://github.com/luizdepra/hugo-coder/tree/"
# Right To Left, shift content direction for languagues such as Arabic
rtl = false
# Specify light/dark colorscheme
# Supported values:
# "auto" (use preference set by browser)
# "dark" (dark background, light foreground)
# "light" (light background, dark foreground) (default)
colorScheme = "auto"
# Hide the toggle button, along with the associated vertical divider
hideColorSchemeToggle = false
# Series see also post count
maxSeeAlsoItems = 5
# Custom CSS
customCSS = []
# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)
customSCSS = []
# Custom JS
customJS = []
# Custom remote JS files
customRemoteJS = []
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[[params.social]]
name = "Github"
icon = "fa fa-2x fa-github"
weight = 1
url = "https://github.com/OptHuang/"
[[params.social]]
name = "Google Scholar"
icon = "fa fa-2x fa-graduation-cap"
weight = 2
url = "https://scholar.google.com/citations?user=lY90_hEAAAAJ&hl=en"
[[params.social]]
name = "ORCID"
icon = "fa fa-2x fa-orcid"
weight = 3
url = "https://orcid.org/0000-0001-7523-6980/"
[[params.social]]
name = "ResearchGate"
icon = "fa fa-2x fa-researchgate"
weight = 4
url = "https://www.researchgate.net/profile/Cunxin-Huang"
[[params.social]]
name = "Email"
icon = "fa fa-2x fa-envelope"
weight = 5
url = "mailto:[email protected]"
[languages.en]
languageName = "English"
[[languages.en.menu.main]]
name = "Home"
weight = 1
url = "home/"
[[languages.en.menu.main]]
name = "Resume"
weight = 2
url = "en/documents/CV.pdf"
[[languages.en.menu.main]]
name = "Blog"
weight = 3
url = "blog/"
[[languages.en.menu.main]]
name = "Papers"
weight = 4
url = "papers/"
[[languages.en.menu.main]]
name = "Talks"
weight = 5
url = "talks/"
[[languages.en.menu.main]]
name = "Team Z"
weight = 6
url = "team/"
[languages.zh-cn]
languageName = "中文"
title = "存昕的网站"
[languages.zh-cn.params]
author = "黄存昕"
info = "欢迎来到我的数学子空间"
description = "黄存昕的个人网站"
keywords = "数学,代码,博客"
[[languages.zh-cn.menu.main]]
name = "主页"
weight = 1
url = "home/"
[[languages.zh-cn.menu.main]]
name = "简历"
weight = 2
url = "zh-cn/documents/CV.pdf"
[[languages.zh-cn.menu.main]]
name = "博客"
weight = 3
url = "blog/"
[[languages.zh-cn.menu.main]]
name = "文章"
weight = 4
url = "papers/"
[[languages.zh-cn.menu.main]]
name = "报告"
weight = 5
url = "talks/"
[[languages.zh-cn.menu.main]]
name = "团队 Z"
weight = 6
url = "team/"