-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
186 lines (168 loc) · 4.29 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
baseURL = "https://uichcc.com/"
# languageCode = "en-us"
title = "UICHCC 计算机俱乐部"
theme = "uichccSkeleton"
enableGitInfo = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
PygmentesUseClasses = false
pygmentsStyle = "github"
pygmentsOptions = "linenos=true"
DefaultContentLanguage = "en"
[params]
ghrepo = "https://github.com/uichcc/uichcc-hugo/"
[languages]
[languages.en]
title = "UICHCC Computer Club"
weight = 1
languageName = "English / 英语"
contentDir = "content/en"
[languages.en.params]
siteKeyword = "UIC, Computer, CS, Computer Science, UICHCC Computer Club, United International College"
siteDescription = "UICHCC Computer Club Homepage"
organizationName = "UIC HCC Computer Club"
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
title = "Homepage"
url = "/"
weight = -110
[[languages.en.menu.main]]
identifier = "events"
name = "Events"
title = "Events"
url = "/events/"
weight = -100
[[languages.en.menu.main]]
identifier = "blog"
name = "Blog"
title = "Articles by UICHCC"
url = "/blog/"
weight = -90
[[languages.en.menu.main]]
identifier = "projects"
name = "Projects"
title = "Projects in UICHCC"
url = "/projects/"
weight = -80
[[languages.en.menu.main]]
identifier = "groups"
name = "Groups"
title = "UICHCC Groups"
url = "/groups/"
weight = -70
[[languages.en.menu.main]]
identifier = "about"
name = "About"
title = "About UICHCC"
url = "/about/"
weight = -60
[[languages.en.menu.main]]
identifier = "contact_us"
name = "Contact Us"
title = "Contact UICHCC"
url = "/contacts/"
weight = -50
[languages.cn]
title = "UICHCC 计算机俱乐部"
weight = 2
languageName = "Chinese / 简体中文"
contentDir = "content/cn"
[languages.cn.params]
siteKeyword = "联合国际学院, 计算机, 计算机科学, UICHCC 计算机俱乐部, 北师港浸大"
siteDescription = "UICHCC 计算机俱乐部网站"
organizationName = "UIC HCC 计算机俱乐部"
[[languages.cn.menu.main]]
identifier = "home"
name = "首页"
title = "首页"
url = "/"
weight = -110
[[languages.cn.menu.main]]
identifier = "events"
name = "活动"
title = "活动"
url = "/events/"
weight = -100
[[languages.cn.menu.main]]
identifier = "blog"
name = "博客"
title = "来自 UICHCC 的文章"
url = "/blog/"
weight = -90
[[languages.cn.menu.main]]
identifier = "projects"
name = "项目"
title = "UICHCC 的项目"
url = "/projects/"
weight = -80
[[languages.cn.menu.main]]
identifier = "groups"
name = "小组"
title = "小组"
url = "/groups/"
weight = -70
[[languages.cn.menu.main]]
identifier = "about"
name = "关于我们"
title = "关于 UICHCC"
url = "/about/"
weight = -60
[[languages.cn.menu.main]]
identifier = "contact_us"
name = "联系我们"
title = "联系 UICHCC"
url = "/contacts/"
weight = -50
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
title = "Homepage"
url = "/"
weight = -110
[[menu.main]]
identifier = "events"
name = "Events"
title = "Events"
url = "/events/"
weight = -100
[[menu.main]]
identifier = "blog"
name = "Blog"
title = "Articles by UICHCC"
url = "/blog/"
weight = -90
[[menu.main]]
identifier = "projects"
name = "Projects"
title = "Projects in UICHCC"
url = "/projects/"
weight = -80
[[menu.main]]
identifier = "groups"
name = "Groups"
title = "UICHCC Groups"
url = "/groups/"
weight = -70
[[menu.main]]
identifier = "about"
name = "About"
title = "About UICHCC"
url = "/about/"
weight = -60
[[menu.main]]
identifier = "contact_us"
name = "Contact Us"
title = "Contact UICHCC"
url = "/contacts/"
weight = -50
[permalinks]
blog = "/:year/:month/:day/:title/"
[taxonomies]
category = "categories"
tag = "tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true