This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
78 lines (65 loc) · 1.54 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
baseURL = "https://docs.r-hub.io/"
languageCode = "en-us"
googleAnalytics = "UA-141769052-1"
title = "R-hub Docs"
theme = "kraiklyn"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
[params]
externalTitle = "R-hub Docs"
description = "Documentation website for the R-hub project of the R Consortium, easing the R package development process."
sidebarColor = "grey"
customCss = ["custom.css"]
editlink = "https://github.com/r-hub/docs"
editBranch = "master"
[[menu.shortcuts]]
name = "fas fa-archive"
url = "https://builder.r-hub.io/"
weight = 10
[[menu.shortcuts]]
name = "fab fa-github"
url = "https://github.com/r-hub"
weight = 20
[[menu.shortcuts]]
name = "fab fa-twitter"
url = "https://twitter.com/rhub_/"
weight = 20
[[menu.shortcuts]]
name = "fas fa-comments"
url = "https://gitter.im/r-hub/community"
weight = 20
[[menu.shortcuts]]
name = "fas fa-rss"
url = "https://blog.r-hub.io/"
weight = 20
[[menu.shortcuts]]
name = "fab fa-vimeo-v"
url = "https://vimeo.com/rhub"
weight = 20
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
[privacy.instagram]
disable = false
simple = true
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
[markup]
[markup.highlight]
style = "friendly"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true