-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
128 lines (109 loc) · 4.75 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
baseurl = "https://www.datascienceblog.net"
title = "Data Science Blog: Understand. Implement. Succed."
languageCode = "en-us"
paginate = "10" # Number of posts per page
theme = "Mainroad"
# enable staticman comments (staticman.net)
StaticmanComments = "true"
#disqusShortname = "datascienceblog-net" # Enable comments by entering your Disqus shortname
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
rssLimit = 20 # max nbr of entries shown in rss feed
#googleAnalytics = "UA-174459384-1"
[Author]
name = "Matthias Döring"
bio = "Matthias Döring is a data scientist and AI architect. He is currently driving the digitization of the German railway system at DB Systel. Previously, he completed a PhD at the Max Planck Institute for Informatics in which he researched computational methods for improving treatment and prevention of viral infections."
avatar = "img/matthias_doering.jpg"
url = "https://www.matthias-doering.net"
[Params]
socialshare = true # show social sharing links on all sites by default
downloadRmd = true
contentPath = "https://www.github.com/rbind/data-blog/raw/master/content/"
logoPath = "/img/datascienceblog_logo_wide_alt.png"
subtitle = "Understand. Implement. Succeed." # Subtitle of your site
description = "Data science blog with a focus on applications in R: ✓ statistics, ✓ machine learning ✓ coding. 5 ★ quality content guaranteed!"
opengraph = true # for social media links to blog
twitter_cards = true # for twitter links to blog
readmore = false # Show "Read more" button in list if true
authorbox = true
post_navigation = true
postSections = ["post"]
mathjax = true # Enable MathJax
pager = true # Show pager navigation (prev/next links) at the bottom of pages if true
post_meta = ['categories', 'comments', 'date'] # post meta info to show
customCSS = ["css/custom.css", "css/poll.css", "css/social_share.css"] # Include custom CSS files
customJS = ["https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js", "https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.1/underscore-min.js", "js/highlight.pack.js", "js/polls.js", "js/scripts.js"]
[Params.staticman]
comments_api = "https://staticmanbot.herokuapp.com/v2/entry/rbind/data-blog/master/comments" # was disabled due to spam
polls_api = "https://staticmanbot.herokuapp.com/v2/entry/rbind/data-blog/master/polls"
# recaptcha v2
sitekey_V2 = "6LdZJ8MUAAAAAK5m-4z53KjV4rWTk8kY4FXtHwV4"
secret_V2 = "D3kdrm7o9shsl4ZemXYKwCiQz3pvsTP/VcxiKklVPgLzIXQjrTSdxQuXaP6IPOZ0n9Ooe4osJ2xgduO7smEgXD8zcICJjvW9fRdSUdxhUdn7bwlGygA/LYqZqal9snO1rPlPIdmLdnFO19QD2Pz7UoUwcKsbwR5ZwFzmZFSwGUTaqkwlzdZe7saQ5/RM+SmhquOD+wylZSiPJW66yYGavMPmi4abn6sDfTnC7fgXlu75TtvMEEYNd2EvpjxkvzHxAzrb7u3IxqKYRkp5p0fN4rwV6tUzVmvdkDpOt4+QsmPQDFHWPoZTztuXB6WSAp9QLTyokwW7a4ZHaB4chPz7ZA=="
# recaptcha v3
sitekey_V3 = "6LdDs8YUAAAAAAgheyTlk-d1ejvfJYhliB4L6Tg-"
recaptcha_verify_lambda = "https://47faaa67p2.execute-api.us-east-1.amazonaws.com/dev/verify?token="
[Params.sidebar]
home = "right" # Configure layout for home page
list = "right" # Configure layout for list pages
single = "right" # Configure layout for single pages
# Enable widgets in given order
widgets = ["search", "current", "recent", "categories", "taglist", "social"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false # Enable counter for each tag in "Tags" widget (disabled by default)
[Params.widgets.social]
linkedin = "matthias-doering"
github = "matdoering"
#twitter = "matzedoering" # i dont really use twitter, so comment it out
#[taxonomies]
#category = ""
#tags = ""
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
url = "https://www.datascienceblog.net"
weight = 1
[[menu.main]]
name = "Posts"
identifier = "posts"
url = "/post/"
weight = 2
[[menu.main]]
name = "About"
identifier = "about"
url = "https://www.matthias-doering.net"
weight = 103
[[menu.main]]
name = "Resources"
identifier = "blogroll"
url = "/recommended-resources-data-science-and-R/"
weight = 106
[[menu.main]]
name = "Tech Radar"
identifier = "tech-radar"
url = "http://tech.datascienceblog.net"
weight = 100
[[menu.main]]
name = "Glossary"
identifier = "glossary"
url = "/data-science-glossary/"
weight = 101
[[menu.main]]
name = "Contribute!"
identifier = "contribute"
url = "/contribute-to-datascienceblog/"
weight = 102
[[menu.main]]
name = "RSS Feed"
identifier = "RSS"
url = "/post/index.xml"
weight = 107
[markup.goldmark.renderer]
unsafe= true
[Params.social.share]
facebook = true
linkedin = true
twitter = true
whatsapp = true
email = true