-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
68 lines (56 loc) · 1.04 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
baseURL = "https://Xiaotong713986.github.io"
theme = "hugo-research-team"
publishDir = "docs"
languageCode = "en"
title = "FMC-IML-Lab"
paginate = 7
mainSections = "post"
personSections = "person"
Teacher = "teacher"
# languageCode = "zh-cn"
[[menu.main]]
name = "中文版"
url = "/ch"
weight = 1
[[menu.main]]
name = "Home"
url = "/"
weight = 2
[[menu.main]]
name = "Group"
url = "/group/"
weight = 3
[[menu.main]]
name = "Publications"
url = "/pub/"
weight = 4
[[menu.ch]]
name = "En"
url = "/"
weight = 1
[[menu.ch]]
name = "主页"
url = "/ch/"
weight = 2
[[menu.ch]]
name = "组员"
url = "/group-ch/"
weight = 3
[[menu.ch]]
name = "论文"
url = "/pub/"
weight = 4
# [outputs]
# home = ["HTML", "RSS"]
[params]
avatar = "/person/XuWang.jpg"
SEOTitle = "FMC"
description = "课题组介绍 | 这里是FMC-IML 课题组的介绍。"
[taxonomies]
tag = "tags"
category = "categories"
archive = "archives"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true