-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
74 lines (61 loc) · 2.01 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
baseURL = "/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Training Material for the R4EPIs project"
theme = "hugo-theme-learn"
metaDataFormat = "yaml"
defaultContentLanguageInSubdir = true
googleAnalytics = "UA-149766533-1"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[params]
editURL = "https://github.com/R4EPI/r4epis-website/edit/master/content/"
description = "Training material for the R4EPIs project"
author = "The R4EPIs developement team"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
disableLanguageSwitchingButton = true
themeVariant = "mine"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> sitrep R package"
identifier = "ds"
url = "https://r4epi.github.io/sitrep"
weight = 10
# If we ever get translations on this site
[Languages]
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> sitrep R package"
identifier = "sitrep"
url = "https://r4epi.github.io/sitrep"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> apyramid R package"
identifier = "apyramid"
url = "https://r4epi.github.io/apyramid"
weight = 11
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> epibuffet R package"
identifier = "epibuffet"
url = "https://r4epi.github.io/epibuffet"
weight = 12
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> epikit R package"
identifier = "epikit"
url = "https://r4epi.github.io/epikit"
weight = 13
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> epidict R package"
identifier = "epidict"
url = "https://r4epi.github.io/epidict"
weight = 14
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> matchmaker R package"
identifier = "matchmaker"
url = "https://www.repidemicsconsortium.org/matchmaker"
weight = 15
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> People"
url = "/credits"
weight = 30