-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.toml
75 lines (62 loc) · 1.99 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
title = "R-Ladies organizational guidance"
baseURL = "https://guide.rladies.org/"
languageCode = "en-us"
defaultContentLanguage = "en"
enableEmoji = true
pygmentsUseClasses=true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "index\\.html", '\.knit\.md$', '\.utf8\.md$']
enableGitInfo = true
[module]
[[module.imports]]
path = "github.com/matcornic/hugo-theme-learn"
# For search functionality
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
editURL = "https://github.com/rladies/rladiesguide/edit/main/content/"
githubsource = "https://github.com/rladies/rladiesguide/blob/main/content/"
description = "R-Ladies Organizational Guidance"
author = "R-Ladies Global Team"
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
themeVariant = "rladies"
[Languages]
[Languages.en]
title = "R-Ladies organizational guidance"
weight = 1
languageName = "English"
[Languages.es]
title = "Guía de la organización R-Ladies"
weight = 2
languageName = "Español"
[[Languages.en.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/rladies/rladiesguide"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Acknowledgements"
url = "/acknowledgements"
weight = 30
[[Languages.en.menu.shortcuts]]
name = "<i class='fa fa-certificate'></i> CC-BY Licence"
url = "https://creativecommons.org/licenses/by/4.0/"
weight = 40
[[Languages.es.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Repo GitHub"
identifier = "ds"
url = "https://github.com/rladies/rladiesguide"
weight = 10
[[Languages.es.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Gracias"
url = "https://guide.rladies.org/acknowledgements"
weight = 30
[[Languages.es.menu.shortcuts]]
name = "<i class='fa fa-certificate'></i> CC-BY Licence"
url = "https://creativecommons.org/licenses/by/4.0/"
weight = 40
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true