-
Notifications
You must be signed in to change notification settings - Fork 51
/
config.toml
174 lines (150 loc) · 5.17 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
baseurl = "https://cedricscherer.com/"
title = "Cédric Scherer"
theme = "hugo-theme-cleanwhite"
languageCode = "en-us"
baseURL = "https://www.cedricscherer.com/"
# Enable comments by entering your Disqus shortname
#disqusShortname = "Cédric"
googleAnalytics = ""
preserveTaxonomyNames = true
paginate = 6 #frontpage pagination
hasCJKLanguage = true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[outputs]
home = ["HTML", "RSS", "Algolia"]
[markup.goldmark.renderer]
unsafe = true
[params]
header_image = "https://cedricscherer.com/img/banner/stream.jpg"
twitter_image = "https://cedricscherer.com/img/banner/banner.png"
copyright = "Cédric Scherer"
SEOTitle = "Cédric Scherer"
title = "Cédric Scherer"
description = "Blog by Cédric Scherer"
keyword = "Data Visualization, Data Science, Computational Ecology, Infographics, ggplot2"
slogan = "Data Visualization & Information Design" #Data Visualization & Computational Ecology #"Charts & False Promises"
google_fonts = ""
title_404 = ""
rssLimit = 20
# leancloud storage for page view counter
page_view_conter = false
leancloud_app_id = ""
leancloud_app_key = ""
# algolia site search
algolia_search = false
algolia_appId = ""
algolia_indexName = ""
algolia_apiKey = ""
# Sidebar settings
sidebar_about_description = "Always coding. Passionate about design. Worried about nature and inequality. Proud dad."
sidebar_avatar = "https://cedricscherer.com/img/ced-circular-logo-jungle.png"
featured_tags = true
featured_condition_size = 1
support_button = true
# Baidu Analytics
ba_track_id = ""
# We need a proxy to access Disqus api in Chian
# Follow https://github.com/zhaohuabing/disqus-php-api to set up your own disqus proxy
disqus_proxy = ""
disqus_site = ""
#Enable wechat pay & alipay to allow readers send reward money if they like the articles
reward = false
friends = false
bookmarks = true
about_me = true
[params.social]
email = "[email protected]"
#facebook = "full profile url in facebook"
#googleplus = "full profile url in googleplus"
twitter = "https://twitter.com/CedScherer"
linkedin = "https://www.linkedin.com/in/cedricpscherer"
#stackoverflow = "https://stackoverflow.com/users/yourstackoverflowid"
#instagram = "full profile url in instagram"
github = "https://github.com/z3tt"
#wechat = "your wechat qr code image"
#medium = "full profile url in medium"
#pinterest = "full profile url in pinterest"
behance = "https://www.behance.net/cedscherer"
rss = true
#[[params.friend_link]]
#title = "DataVizard"
#href = "https://data-vizard.com/"
[[params.friend_link]]
title = "DataVizSociety"
href = "https://www.datavisualizationsociety.com/"
[[params.friend_link]]
title = "From Data to Viz"
href = "https://www.data-to-viz.com/"
[[params.friend_link]]
title = "CorrelAid"
href = "https://correlaid.org/en/"
[[params.friend_link]]
title = "Marco Sciaini"
href = "https://marcosci.github.io/"
[[params.friend_link]]
title = "Georgios Karamanis"
href = "https://karaman.is/"
[[params.friend_link]]
title = "Julie Brunet"
href = "https://www.instagram.com/datacitron/"
[[params.friend_link]]
title = "Matthias Stahl"
href = "https://www.higsch.com/"
[[params.friend_link]]
title = "Inbal Rief"
href = "https://www.inbal-rief.com/"
[[params.friend_link]]
title = "Will Chase"
href = "https://www.williamrchase.com/"
[[params.friend_link]]
title = "Anne-Marie Dufour"
href = "https://www.delightfuldata.art/"
[[params.friend_link]]
title = "Heureka Labs"
href = "https://www.heurekalabs.org/"
[[params.bookmark_link]]
title = "Curiculum Vitae"
href = "https://www.cedricscherer.com/top/cv"
[[params.bookmark_link]]
title = "Portfolio Slides"
href = "https://www.cedricscherer.com/files/cedric-scherer-data-visualization-portfolio.pdf"
[[params.bookmark_link]]
title = "ggplot2 Tutorial"
href = "https://www.cedricscherer.com/2019/08/05/a-ggplot2-tutorial-for-beautiful-plotting-in-r/"
[[params.bookmark_link]]
title = "Evolution of a ggpplot"
href = "https://www.cedricscherer.com/2019/05/17/the-evolution-of-a-ggplot/"
[[params.bookmark_link]]
title = "rstudio::conf Workshop"
href = "https://rstudio-conf-2022.github.io/ggplot2-graphic-design/"
#[[params.addtional_menus]]
#title = "Services"
#href = "https://www.data-vizard.com/"
[[params.addtional_menus]]
title = "Gallery"
href = "/top/dataviz/"
#[[params.addtional_menus]]
#title = "Portfolio"
#href = "/top/portfolio/"
[[params.addtional_menus]]
title = "About Me"
href = "/top/about/"
[[params.addtional_menus]]
title = "Links"
href = "/top/links/"
[permalinks]
post = "/:year/:month/:day/:slug/"
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]
[markup]
[markup.tableOfContents]
endLevel = 2
startLevel = 1
[markup.highlight]
style = "dracula"