-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
executable file
·116 lines (98 loc) · 2.46 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
baseurl = "/"
languageCode = "en-us"
defaultContentLanguage = "en-us"
title = "DataFest"
theme = "material"
#disqusShortname = ""
# googleAnalytics = ""
paginate = 7
relativeURLs = true
uglyURLs = true
publishDir = "docs"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[permalinks]
post = "/:year/:month/:slug/"
[taxonomies]
tag = "tags"
category = "categories"
archive = "archives"
[author]
name = "ASA DataFest at Duke"
bio = ""
job = ""
location = "Duke University"
gravatarEmail = "[email protected]"
# Your profile picture
# picture = ""
twitter = "dukedatafest"
# Menu Configuration
[[menu.main]]
weight = 1
identifier = "home"
name = "Home"
pre = "<i class=\"sidebar-button-icon fa fa-lg fa-home\"></i>"
url = "/"
[[menu.main]]
weight = 4
identifier = "schedule"
name = "schedule"
pre = "<i class=\"material-icons\">date_range</i>"
url = "/schedule.html"
[[menu.main]]
weight = 2
identifier = "signup"
name = "Sign Up"
pre = "<i class='fas fa-user-plus fa-lg'></i>"
url = "/signup.html"
[[menu.main]]
weight = 3
identifier = "workshops"
name = "Workshops"
pre = "<i class='fas fa-code fa-lg'></i>"
url = "/workshops.html"
[[menu.main]]
weight = 5
identifier = "sponsors"
name = "Sponsors"
pre = "<i class='fas fa-life-ring'></i>"
url = "/sponsors.html"
[[menu.main]]
weight = 6
identifier = "media"
name = "Media"
pre = "<i class='fas fa-newspaper'></i>"
url = "/media.html"
[[menu.main]]
weight = 7
identifier = "coc"
name = "COC"
pre = "<i class='fas fa-users'></i>"
url = "/coc.html"
[[menu.main]]
weight = 8
identifier = "faq"
name = "FAQ"
pre = "<i class=\"material-icons\">help</i>"
url = "/faq.html"
[[menu.footer]]
weight = 1
identifier = "Duke"
name = "Duke StatSci"
pre = "<i class=\"button-icon fa fa fa-map-marker\"></i>"
url = "http://stat.duke.edu/"
[[menu.footer]]
weight = 2
name = "ASA DataFest"
pre = "<i class=\"button-icon fa fa fa-chart-bar\"></i>"
url = "https://ww2.amstat.org/education/datafest/"
[[menu.footer]]
weight = 3
identifier = "twitter"
name = "Twitter"
pre = "<i class=\"button-icon fa fa fa-twitter\"></i>"
url = "https://twitter.com/dukedatafest"
[[menu.footer]]
[params]
dateFormat = "January 2, 2006"
background = "http://www2.stat.duke.edu/datafest/datafest-web-background.png"
#favicon = "https://www2.stat.duke.edu/courses/Spring20/sta210.001/img/sta210_sticker_small.png"