-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
47 lines (35 loc) · 1.02 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
baseurl = "/"
languageCode = "de-De"
title = "Webseite zum Buch 'Moderne Datenanalyse mit R'"
theme = "hugo-lithium-theme"
googleAnalytics = "UA-99297878-1"
disqusShortname = "https-sebastiansauer-github-io"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
#before_chapter_script = "_common.R"
#enableEmoji = TRUE
[params]
author = "Sebastian Sauer"
dateFormat = "2006/01/02"
description = "Webseite zum Buch 'Moderne Datenanalyse mit R'"
highlightjsVersion = "9.11.0"
highlightjsCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"
MathJaxCDN = "//cdn.bootcss.com"
MathJaxVersion = "2.7.1"
[params.logo]
url = "logo-data-se.png"
width = 50
height = 50
alt = "Logo"
[permalinks]
post = "/:year/:month/:day/:slug/"
[[menu.main]]
name = "Start"
url = "/about/"
[[menu.main]]
name = "Hinweise"
url = "/"
[social]
github = "https://github.com/sebastian_sauer"
twitter = "https://twitter.com/sauer_sebastian"