This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
/
config.toml
76 lines (68 loc) · 1.79 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
baseurl = "https://ropensci.org/"
# languageCode = "en-us"
title = "rOpenSci - open tools for open science"
theme = "ropensci"
googleAnalytics = "UA-462421-6"
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$", "index\\.html"]
footnotereturnlinkcontents = "↩"
buildFuture = true
preserveTaxonomyNames = true
pygmentsUseClasses=true
enableEmoji=true
paginate = 5
paginatePath = "page"
rssLimit = 20
[permalinks]
blog = "/blog/:year/:month/:day/:slug/"
technotes = "/technotes/:year/:month/:day/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 4
[[menu.main]]
name = "Subscribe"
url = "/index.xml"
[params]
title = "rOpenSci"
description = "Open Tools and R Packages for Open Science"
footer = "© The rOpenSci Project"
leadership = ["Carl Boettiger", "Karthik Ram", "Scott Chamberlain", "Jenny Bryan", "Rich FitzJohn", "Leadership Team", "Core Team"]
staff = ["Jeroen Ooms", "Stefanie Butland", "Maëlle Salmon", "Maelle Salmon", "Dan Sholler"]
blogs = ["blog", "technotes"]
[taxonomies]
tag = "tags"
author = "author"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"]
taxonomy = ["HTML", "RSS", "JSON"]
taxonomyTerm = ["HTML", "RSS", "JSON"]
[privacy]
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.instagram]
disable = false
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true