-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
187 lines (161 loc) · 5.95 KB
/
Copy pathconfig.toml
File metadata and controls
187 lines (161 loc) · 5.95 KB
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
175
176
177
178
179
180
181
182
183
184
185
186
187
baseurl = "https://cedricscherer.com/"
title = "Cédric Scherer"
theme = "hugo-theme-cleanwhite"
languageCode = "en-us"
# 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 = "img/banner/mountainsnstars_crystal_RichardStrozynski.jpg"
twitter_image = "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 & Computational Ecology"
google_fonts = ""
title_404 = ""
# leancloud storage for page view counter
page_view_conter = true
leancloud_app_id = ""
leancloud_app_key = ""
# algolia site search
algolia_search = false
algolia_appId = ""
algolia_indexName = ""
algolia_apiKey = ""
# Sidebar settings
sidebar_about_description = "Data Visualization Designer • Computational Ecologist • Proud Dad"
sidebar_avatar = "img/cedric_round.png"
featured_tags = true
featured_condition_size = 1
# 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 = true
bookmarks = true
about_me = true
[params.social]
rss = false
email = "cedricphilippscherer@gmail.com"
#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"
icon = "orcid"
icon_pack = "ai"
link = "https://orcid.org/0000-000X-XXXX-XXXX"
#[[params.friend_link]]
#title = "DataVizard"
#href = "https://data-vizard.com/"
[[params.friend_link]]
title = "DataVizSociety"
href = "https://www.datavisualizationsociety.com/"
[[params.friend_link]]
title = "R4DS Community"
href = "https://www.rfordatasci.com/"
[[params.friend_link]]
title = "CorrelAid"
href = "https://correlaid.org/en/"
[[params.friend_link]]
title = "Will Chase"
href = "https://www.williamrchase.com/tags/dataviz/"
[[params.friend_link]]
title = "Georgios Karamanis"
href = "https://karaman.is/"
[[params.friend_link]]
title = "Marco Sciaini"
href = "https://marcosci.github.io/"
[[params.bookmark_link]]
title = "Fundamentals of DataViz"
href = "https://serialmentor.com/dataviz/"
[[params.bookmark_link]]
title = "R for Data Science"
href = "https://r4ds.had.co.nz/"
[[params.bookmark_link]]
title = "Geocomputation with R"
href = "https://geocompr.robinlovelace.net/index.html"
[[params.bookmark_link]]
title = "Data Visualization Book"
href = "http://socviz.co/"
[[params.bookmark_link]]
title = "JavaScript for R"
href = "https://javascript-for-r.com/"
[[params.bookmark_link]]
title = "Viz Palette Test"
href = "https://projects.susielu.com/viz-palette?colors=[%22#ffd700%22,%22#ffb14e%22,%22#fa8775%22,%22#ea5f94%22,%22#cd34b5%22,%22#9d02d7%22,%22#0000ff%22]&backgroundColor=%22white%22&fontColor=%22black%22&mode=%22normal%22"
[[params.bookmark_link]]
title = "Chroma.js Color Helper"
href = "https://gka.github.io/palettes/#/9|s|383838,a19858,cfff44|ffffe0,ff005e,93003a|1|1"
[[params.addtional_menus]]
title = "About Me"
href = "/top/about/"
#[[params.addtional_menus]]
#title = "Services"
#href = "https://www.data-vizard.com/"
[[params.addtional_menus]]
title = "Publications"
href = "/top/pubs/"
[[params.addtional_menus]]
title = "Visualizations"
href = "/top/dataviz/"
[[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"]
[[plugins]]
package = "netlify-plugin-rss"
[plugins.inputs]
# required configs, customize as needed
dirToScan = "/posts" # a subfolder to scan. "/" to scan all
authorName = "Cédric"
site_url = "https://cedricscherer.netlify.app"
title = "Cédric Scherer RSS Feed"
rssDescription = "RSS Feed of the blog by Cédric Scherer focussing on Data Visualization and Computational Ecology"
categories = ['Data Visualization', 'Infographics', 'Data Science', 'R Programming', 'Computaitonal Ecology']
# # optional configs, defaults shown
# rssFaviconUrl = "https://swyx.io/favicon.png"
# docs = "http://example.com/rss/docs.html"
# managingEditor = "authorName"
# webMaster = "authorName"
# copyright = "2020 ${authorName}"
# language = "en"
# pubDate = "new Date().toUTCString(),"
# ttl = "60" # aka refresh every hour
# # cheerio selectors for extractMetadataFromFile
# # defaults shown
# contentSelector = "main"
# publishDateSelector = # if not specified, we use the date of file creation
# descriptionSelector = "meta[name=description]" # probably no need to change
# titleSelector = "title" # probably no need to change
# # developer configs
# debugMode = false # (for development) turn true for extra diagnostic logging