-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.toml
77 lines (69 loc) · 1.64 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
baseurl = "https://blog.r-hub.io/"
languageCode = "en-us"
buildFuture = "true"
title = "R-hub blog"
theme = "hugo-lithium"
enableEmoji = true
pygmentsUseClasses=true
googleAnalytics = "G-JBDM8HXVEZ"
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "index\\.html", '\.knit\.md$', '\.utf8\.md$']
rssLimit = 5
removePathAccents = true
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Posts"
url = "/post/"
weight = 3
[[menu.main]]
name = "GitHub"
url = "https://github.com/r-hub"
weight = 4
pre = "<i class=\"fab fa-github\"></i>"
[params]
description = "Blog for the R-hub project, easing the R package development process."
customCSS = ["css/friendly.css", "css/rhub.css"]
githubsource = "https://github.com/r-hub/blog/blob/master/content/"
[params.logo]
url = "images/logo.png"
width = 50
height = 50
alt = "Logo"
[taxonomies]
author = "authors"
tag = "tags"
category = "categories"
[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.goldmark]
[markup.goldmark.renderer]
unsafe = true