-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
49 lines (41 loc) · 1.4 KB
/
config.toml
File metadata and controls
49 lines (41 loc) · 1.4 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
baseURL = "http://rpi.analyticsdojo.com/"
languageCode = "en-us"
title = "Spring 2019 Course Website for Technology Fundamentals for Business Analytics."
theme = "docdock"
publishDir = "docs"
[params]
noHomeIcon = false # default is false
noSearch = false # default is false
showVisitedLinks = false # default is false
# themeStyle = "theme" # overide base css
themeVariant = "blue" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h3>Important Links</h3>"
name = "<i class='fa fa-github'></i> Course Materials"
url = "https://github.com/rpi-techfundamentals/spring2019-materials"
weight = 1
[[menu.shortcuts]]
name = "<i class='fa fa-cloud'></i> Colab"
url = "http://colab.research.google.com"
weight = 5
[[menu.shortcuts]]
name = "<i class='fa fa-sign-in'></i> LMS"
url = "https://lms.rpi.edu"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-slack'></i>Slack"
identifier = "Slack"
url = "https://techfundament-oc98110.slack.com"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-dropbox'></i> Dropbox Share"
identifier = "Dropbox"
url = "https://www.dropbox.com/sh/bnxl5hiyb4fsjbw/AABJuu_Cf207LC8CSf23Sr4ha?dl=0"
weight = 30
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> Course Website"
url = "https://github.com/AnalyticsDojo/rpi-analyticsdojo-com/"
weight = 40