-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.toml
54 lines (46 loc) · 1.43 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
baseURL = "https://training.arcticdata.io"
languageCode = "en-us"
title = "Arctic Data Center"
theme = "gohugo-theme-ananke"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
# canonifyURLs
# keep this true when deployed but false when developing locally
canonifyURLs = true
toc = false
relativeurls = true
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "Events"
url = "/events"
weight = 2
[[menu.main]]
name = "Materials"
url = "/materials"
weight = 5
[params]
description = "Tools and techniques for Arctic data management and analysis"
custom_css = ["/css/sasap.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/arcticdatactr"
instagram = ""
youtube = ""
github = "https://github.com/NCEAS/arctic-data-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-dark-gray"
featured_image = "/images/Mountains2.jpg"
[params.logo]
url = "/images/logo.png"
width = 50
height = 50
alt = "Logo"