-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
56 lines (43 loc) · 1.54 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
baseURL = "/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "DATA606 - Fall 2018"
theme = "hugo-theme-docdock"
themesdir = "themes/"
publishDir = "docs/"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[params]
editURL = "https://github.com/jbryer/DATA606Fall2018/tree/master/content/"
noHomeIcon = false # default is false
noSearch = false # default is false
showVisitedLinks = true # default is false
themeStyle = "flex" # "flex" or "original"
themeVariant = "gray" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h3>Links</h3>"
name = "<i class='fa fa-slack'></i> Slack"
url = "https://data606fall2018.slack.com/messages"
weight = 8
[[menu.shortcuts]]
name = "<i class='fa fa-question-circle'></i> Ask a question"
url = "https://github.com/jbryer/DATA606Fall2018/issues"
weight = 9
[[menu.shortcuts]]
name = "<i class='fa fa-question-circle'></i> Answered questions"
url = "https://github.com/jbryer/DATA606Fall2018/issues?q=is%3Aissue+is%3Aclosed"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> Github Repo"
url = "https://github.com/jbryer/DATA606Fall2018"
weight = 11
[[menu.shortcuts]]
name = "<i class='fa fa-pencil'></i> Blackboard"
url = "https://bbhosted.cuny.edu/webapps/login"
weight = 11
[[menu.shortcuts]]
name = "<i class='fa fa-graduation-cap'></i> CUNY SPS"
url = "https://sps.cuny.edu/academics/graduate/master-science-data-analytics-ms"
weight = 12