-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
86 lines (71 loc) · 1.67 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
79
80
81
82
83
84
baseurl = "/"
languageCode = "en-gb"
title = "Europa Español-English Class 2016"
theme = "hugo-lithium-theme"
googleAnalytics = "UA-161193626-1"
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = false
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "News"
url = "/post/"
weight = 1
[[menu.main]]
name = "Home School"
url = "/home_school/"
weight = 2
[[menu.main]]
name = "Calendar"
url = "/calendar/"
weight = 3
[[menu.main]]
name = "Resources"
url = "/resources/"
weight = 4
[[menu.main]]
name = "Events"
url = "/events/"
weight = 5
[[menu.main]]
name = "About"
url = "/about/"
weight = 6
[taxonomies]
category = "categories"
tag = "tags"
[params]
description = "Home of the Europa School Español-English Class of 2016"
# 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"
[params.logo]
url = "europa-ee_circle.png"
width = 50
height = 50
alt = "Logo"