-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
69 lines (63 loc) · 1.93 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
baseURL = "https://nceas.github.io/repro-research-course"
languageCode = "en-us"
title = "NCEAS Training Materials Catalog"
theme = "ananke01"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
# canonifyURLs
# keep this true when deployed but false when developing locally
canonifyURLs = true
toc = false
relativeurls = true
preserveTaxonomyNames = true
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "Our Impact"
url = "https://www.nceas.ucsb.edu/impact"
weight = 1
[[menu.main]]
name = "Our Science"
url = "https://www.nceas.ucsb.edu/our-science"
weight = 2
[[menu.main]]
name = "Learning Hub"
url = "https://www.nceas.ucsb.edu/learning-hub"
weight = 3
[[menu.main]]
name = "Participate"
url = "https://www.nceas.ucsb.edu/participate"
weight = 3
[[menu.main]]
name = "News & Features"
url = "https://www.nceas.ucsb.edu/news"
weight = 3
[[menu.main]]
name = "About Us"
url = "https://www.nceas.ucsb.edu/about"
weight = 3
[params]
description = "Tools and techniques for open, reproducible research and analysis"
custom_css = ["css/ADC.css"]
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.11.0"
highlightjsCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"
MathJaxCDN = "//cdn.bootcss.com"
MathJaxVersion = "2.7.1"
facebook = ""
twitter = "https://twitter.com/nceas"
instagram = ""
youtube = ""
github = "https://github.com/NCEAS/nceas-training"
linkedin = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-near-black"
featured_image = "./images/sierra-nevada.jpg"
[params.logo]
url = "./images/nceas.png"
width = 50
height = 50
alt = "Logo"