-
Notifications
You must be signed in to change notification settings - Fork 114
/
config.toml
49 lines (40 loc) · 1.22 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
# Title of your site
title = "Tidyverse"
# The URL of your site.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "https://www.tidyverse.org/"
# Name the theme folder in `themes/`.
theme = "hugo-graphite"
# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = "UA-115082821-1"
relativeurls = false
languageCode = "en-us"
description = "An opinionated collection of R packages designed for data science."
disqusShortname = ""
ignoreFiles = ['\.Rmd$', '_files$', '_cache$', '\.knit\.md$', '\.utf8\.md$']
# below is critical for non-authors to show up in article listing
preserveTaxonomyNames = true
# uncomment the next line to disable listing authors
# disableKinds = ["taxonomyTerm"]
pygmentsUseClasses = true
[permalinks]
blog = "blog/:year/:month/:slug/"
[taxonomies]
category = "categories"
tag = "tags"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 2
[markup.goldmark.renderer]
unsafe = true
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = true
[privacy.twitter]
enableDNT = true
privacyEnhanced = true