This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.toml
74 lines (58 loc) · 1.77 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
title = "RustCon Asia 2019"
baseURL = "https://rustcon.asia"
languageCode = "en-us"
pygmentsCodeFences = true
pygmentsUseClasses = true
disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
favicon = ""
googleAnalyticsId = "TODO"
chinese_tickets = "http://www.huodongxing.com/event/6479456003900"
english_tickets = "https://ti.to/cryptape/rustcon-asia"
cfp = "https://cfp.rustcon.asia/"
[params.dates]
start = "20 April"
end = "23 April"
year = "2019"
[params.locations.talks]
name = "Hyatt Regency Beijing Wangjing"
address = "Lei Shing Hong Center, 8 Guangshun South Street, Chaoyang District, Beijing, China"
[params.locations.workshops]
name = "大望京科技商务园区浦项中心A座"
address = "Tower A, POSCO Center, 13 Wangjing Science And Technology Business Park, Chaoyang District, Beijing"
url = "http://www.poscocenter.cn/en/bbs/board.php?bo_table=m03_05&wr_id=1"
[params.description]
brief = "Beijing"
long = "Join us for the first Rust Conference in Asia!"
[params.fonts]
sansserif = "Titillium Web"
monospace = "Inconsolata"
[params.logos]
white = "img/logos/logo-white.svg"
color = "img/logos/logo-black.svg"
black = "img/logos/logo-black.svg"
pingcap = "img/logos/pingcap.png"
baidu = "img/logos/baidu.png"
cryptape = "img/logos/cryptape.png"
[params.assets]
fontAwesomeVersion = "5.3.1"
js = ["jquery-3.3.1", "anchor", "app"]
css = ["syntax", "bulma_fix"]
[params.socialmedia]
github = "https://github.com/rustcon-asia/beijing-2019"
[[params.home.buttons]]
text = "Tickets / 门票"
link = "/tickets"
[[params.home.buttons]]
text = "Schedule"
link = "/schedule"
[[params.home.buttons]]
text = "Blog"
link = "/blog"
[outputs]
home = ["HTML", "REDIRECTS"]
[outputFormats.REDIRECTS]
mediaType = "text/netlify"
baseName = "_redirects"
[mediaTypes."text/netlify"]
delimiter = ""