forked from tidyverse/tidyverse.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (38 loc) · 1012 Bytes
/
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
baseurl = "/"
relativeurls = false
languageCode = "en-us"
title = "Tidyverse"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
[permalinks]
articles = "articles/:year/:month/:slug/"
[[menu.main]]
name = "Packages"
url = "/packages/"
weight = 1
[[menu.main]]
name = "Articles"
url = "/articles/"
weight = 2
[[menu.main]]
name = "Learn"
url = "/learn/"
weight = 3
[[menu.main]]
name = "Help"
url = "/help/"
weight = 4
[[menu.main]]
name = "Contribute"
url = "/contribute/"
weight = 5
[params]
description = "The tidyverse is an integrated collection of R packages designed to make data science fast, fluid, and fun."
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.11.0"
highlightjsCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"
MathJaxCDN = "//cdn.bootcss.com"
MathJaxVersion = "2.7.1"