-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
executable file
·101 lines (85 loc) · 2.16 KB
/
Copy pathconfig.toml
File metadata and controls
executable file
·101 lines (85 loc) · 2.16 KB
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
baseurl = "/"
languageCode = "en-us"
defaultContentLanguage = "en-us"
title = "DataFest: COVID-19 Virtual Data Challenge"
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 = "maria.tackett@duke.edu"
# 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 = 1.5
identifier = "winners"
name = "Winners"
pre = "<span class=\"material-icons\">emoji_events</span>"
url = "/winners.html"
[[menu.main]]
weight = 2
identifier = "details"
name = "Details"
pre = "<i class=\"material-icons\">description</i>"
url = "/details.html"
[[menu.main]]
weight = 3
identifier = "signup"
name = "Sign Up"
pre = "<i class='fas fa-user-plus fa-lg'></i>"
url = "/signup.html"
[[menu.main]]
weight = 4
identifier = "resources"
name = "Resources"
pre = "<i class=\"material-icons\">help</i>"
url = "/resources.html"
[[menu.main]]
weight = 5
identifier = "sponsors"
name = "Sponsors"
pre = "<i class='fas fa-life-ring'></i>"
url = "/sponsors.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 = "https://www2.stat.duke.edu/datafest-covid19/background.png"