-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
39 lines (34 loc) · 1.18 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
baseurl = "https://dcl-docs.stanford.edu/"
title = "Data Challenge Lab Open Content"
theme = "hugo-creative-portfolio-theme"
languageCode = "en-us"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
[params]
# Style options: default (pink), blue, green, pink, red, sea, violet
# Use custom.css for your custom styling
style = "dcl"
description = "DCL docs"
copyrightImage = '<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" rel="nofollow"><img src="../img/cc-by-nc-sa_88x31.png" alt="Creative Commons License" id="license"></a>'
copyright = "{year} Stanford Data Lab"
sidebarAbout = [
"Open content for learning fundamental data science skills"
]
email = "datalab@stanford.edu"
# Nav links in the side bar
[[params.navlinks]]
name = "Home"
url = "home/"
home = true
[[params.navlinks]]
name = "About"
url = "about/"
[[params.navlinks]]
name = "Contact"
url = "contact/"
[params.social]
email = "datalab@stanford.edu"
github = "https://github.com/dcl-docs"