-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
51 lines (42 loc) · 1.13 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
baseurl = "https://ricedatasci.github.io/"
title = "Rice Data Science Club"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
[params]
description = "Official website of the Rice Data Science Club."
#copyright = "©2018 Your name or company"
sidebarAbout = [
"providing resources and skills to work with and understand data"
]
email = "[email protected]"
# nav links in the side bar
[[params.navlinks]]
name = "home"
url = "/"
home = true
[[params.navlinks]]
name = "about"
url = "about/"
[[params.navlinks]]
name = "deep"
url = "deep/"
[[params.navlinks]]
name = "events"
url = "events/"
[[params.navlinks]]
name = "chrp"
url = "chrp/"
[[params.navlinks]]
name = "calendar"
url = "calendar/"
[[params.navlinks]]
name = "join"
url = "join/"
[params.social]
github = "https://github.com/ricedatasci/"
facebook = "https://www.facebook.com/groups/ricedatasci/"
twitter = "https://twitter.com/ricedatasci"
instagram = "https://instagram.com/ricedatasci"