-
Notifications
You must be signed in to change notification settings - Fork 54
/
config.toml
121 lines (109 loc) · 3.17 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
baseurl = "https://ropensci.org/"
# languageCode = "en-us"
title = "rOpenSci - open tools for open science"
theme = "ropensci"
ignoreErrors = ["error-remote-getjson"]
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "(^|/)renv$", "renv\\.lock$", "_cache$", "index\\.html"]
footnotereturnlinkcontents = "↩"
buildFuture = true
preserveTaxonomyNames = true
pygmentsUseClasses=true
enableEmoji=true
enableGitInfo=true
paginate = 5
paginatePath = "page"
rssLimit = 20
DefaultContentLanguage = "en"
[languages]
[languages.en]
title = "rOpenSci - open tools for open science"
languageName = "English"
weight = 2
[languages.es]
title = "rOpenSci - herramientas abiertas para una ciencia abierta"
languageName = "Español"
weight = 2
[languages.fr]
title = "rOpenSci - open tools for open science"
languageName = "Français"
weight = 3
[languages.pt]
title = "rOpenSci - open tools for open science"
languageName = "Português"
weight = 4
[languages.tr]
title = "rOpenSci - open tools for open science"
languageName = "Türkçe"
weight = 5
[permalinks]
blog = "/blog/:year/:month/:day/:slug/"
technotes = "/technotes/:year/:month/:day/:slug/"
[params]
title = "rOpenSci"
description = "Open Tools and R Packages for Open Science"
footer = "© The rOpenSci Project"
rbloggers = ["blog", "technotes", "commcalls", "careers"]
search = ["blog", "technotes", "commcalls", "events", "author"]
projects = ["r-universe", "software-review", "champions", "multilingual-publishing"]
blogs = ["blog", "technotes"]
events = ["events", "commcalls"]
githubsource = "https://github.com/ropensci/roweb3/blob/main/content/"
registry = "https://ropensci.github.io/roregistry/registry.json"
citations = "https://ropensci-org.github.io/ropensci_citations/citations_all_parts_clean.json"
[taxonomies]
tag = "tags"
author = "author"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"]
taxonomy = ["HTML", "RSS", "JSON"]
term = ["HTML", "RSS", "JSON"]
[outputFormats.Calendar]
protocol = "https://"
[privacy]
[privacy.twitter]
disable = false
enableDNT = true
simple = true
[privacy.instagram]
disable = false
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = false
noHl = false
tabWidth = 4
[markup.goldmark]
[markup.goldmark.renderHooks]
[markup.goldmark.renderHooks.link]
enableDefault = false
[markup.goldmark.renderer]
unsafe = true
#https://gohugo.io/render-hooks/links/#default
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'github'
[markup.goldmark.parser.attribute]
block = true
title = true
[caches]
[caches.getjson]
maxAge = "300s"