-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathconfig.toml
97 lines (80 loc) · 2.36 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
85
86
87
88
89
90
91
92
93
94
95
96
97
baseurl = "https://reconlearn.org/"
theme = "hugo-casper-two"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = "reconlearn"
# Enable Google Analytics by entering your tracking code
# googleAnalytics = ""
# Ignore the following extensions
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$","^README"]
paginate = 6
uglyurls = true
preserveTaxonomyNames = true
pygmentsStyle = "monokai"
pygmentsCodeFences = true
[taxonomies]
category = "categories"
license = "licenses"
author = "authors"
topic = "topics"
[params]
title = "RECON learn"
# Use custom.css for your custom styling
style = "default"
subtitle = "Free and open training resources to respond to outbreaks, health emergencies and humanitarian crises."
copyright = "©2018 RECON"
description = "For more about the R Epidemics Consortium (RECON), visit our website: https://repidemicsconsortium.org"
singleViewStyle = "casper"
pageNotFoundTitle = "404 - Page not found"
customCSS = ["css/custom.css"]
email = "[email protected]"
twitterName = "teebzr"
githubName = "reconhub/learn"
logo = "img/logo/learnBlueAndWhite.png"
orgName = "RECON"
orgWebsite = "https://repidemicsconsortium.org"
orgDescription = "For more about the R Epidemics Consortium (RECON), visit our website: https://repidemicsconsortium.org"
authorAvatar = "img/user.png"
showSupport = true
[[menu.main]]
name = "Home"
url = "/"
weight = 200
[[menu.main]]
name = "Practicals"
url = "/categories/practicals.html"
weight = 99
pre = "<i class='far fa-align-justify'></i>"
[[menu.main]]
name = "Case Studies"
url = "/categories/case-studies.html"
weight = 99
pre = "<i class='far fa-align-justify'></i>"
[[menu.main]]
name = "Lectures"
url = "/categories/lectures.html"
weight = 99
pre = "<i class='far fa-align-justify'></i>"
[[menu.main]]
name = "Topics"
url = "/topics.html"
weight = 98
pre = "<i class='far fa-align-justify'></i>"
[[menu.main]]
name = "Authors"
url = "/authors.html"
weight = 98
pre = "<i class='far fa-align-justify'></i>"
[[menu.main]]
name = "Licenses"
url = "/licenses.html"
weight = 97
pre = "<i class='far fa-align-justify'></i>"
[[menu.main]]
name = "About"
url = "/about.html"
weight = 90
[[menu.main]]
name = "Contact"
url = "/contact.html"
weight = 89