-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
77 lines (59 loc) · 1.36 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
baseURL = 'https://acsa.ustc.edu.cn'
languageCode = 'en-us'
title = 'ACSA Lab'
[params.logo]
longlogo = "images/acsa_light.png"
favicon = "acsa-favicon.png"
[params.pic]
# 首页的背景图片的要求是十分高的,需要精心筛选:分辨率首先要高,其次中心部分要留白给slogan,照片上下部分最好是深色,才能与navbar和‘Explore ACSA’的颜色和谐。
backgroundPic = "images/home2.jpg"
quotePic = "images/winter.jpg"
### info in first layer bar
[params.barinfo]
text = "Information:"
[[params.barinfo.main]]
name = "Docs"
link = "https://docs.acsalab.com/"
[[params.barinfo.main]]
name = "Hosts"
link = "https://hosts.acsalab.com/"
[[params.barinfo.main]]
name = "Monitor"
link = "https://monitor.acsalab.com/"
[[params.barinfo.main]]
name = "Wiki"
link = "http://wiki.acsalab.com/"
[[params.barinfo.main]]
name = "ICS"
link = "https://acsa.ustc.edu.cn/ics/"
[menu]
[[menu.main]]
name = "People"
url = "people"
weight = 1
[[menu.main]]
name = "Publications"
url = "publications"
weight = 2
[[menu.main]]
name = "News"
url = "/News" # folder
weight = 5
[[menu.main]]
name = "Events"
url = "/Events" # folder
weight = 6
[[menu.main]]
name = "Notice"
url = "/Notice" # folder
weight = 7
[[menu.main]]
name = "About"
url = "about" # file
weight = 8
[[menu.main]]
name = "Join us"
url = "/Joinus"
weight = 9
[build]
future = "true"