-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
78 lines (65 loc) · 1.79 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
70
71
72
73
74
75
76
77
78
baseurl = "https://www.eddatadoneright.com/"
languageCode = "en-us"
title = "Education Data Done Right"
theme = "timer-hugo"
googleAnalytics = "UA-53342829-3"
# disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[permalinks]
post = "/:year/:month/:day/:slug/"
#[[menu.main]]
# name = "About"
# url = "/about/"
#[[menu.main]]
# name = "Authors"
# url = "/authors/"
#[[menu.main]]
# name = "Contributors"
# url = "/contributors/"
[menu]
[[menu.nav]]
name = "About"
url = "/about/"
tags = false
[[menu.nav]]
name = "Authors"
url = "/authors/"
tags = false
[[menu.nav]]
name = "Contributors"
url = "/contributors/"
tags = false
[[menu.nav]]
name = "Blog"
url = "/blog/"
weight = 5
[params]
home = "Home"
description = "Education Data Done Right: A View from the Trenches."
title = "Education Data Done Right"
tags = false
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.12.0"
highlightjsCDN = "//cdnjs.cloudflare.com/ajax/libs"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"
MathJaxCDN = "//cdnjs.cloudflare.com/ajax/libs"
MathJaxVersion = "2.7.5"
# path to the favicon, under "static"
favicon = "favicon.ico"
logo = "logo.png"
pluralizeListTitles = false
[params.banner]
enable = true
bgImage ="banner_tall2.jpg"
#heading = "banner_test.jpg"
[params.about]
enable = false
[params.cta]
enable = false
[params.portfolio]
enable = false
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true