-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
144 lines (123 loc) · 4.31 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
baseurl = "https://www.lobdata.com.br/"
title = "LOB.DATA"
theme = "hugo-theme-cleanwhite"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
googleAnalytics = "G-5NWJ42KMKC"
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/beach_more_sea.jpg"
twitter_image = "img/banner/banner.png"
copyright = "Luba"
SEOTitle = "Luba"
title = "Luba"
description = "Blog by LuBa"
keyword = "Data Visualization, Data Science, Programming, Web Development"
slogan = "Everything about Data"
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 = "Always coding. Passionate about Data. Love to draw on free time."
sidebar_avatar = "img/profile/me.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]
rss = true
#email = "youremail@gmail.com"
#facebook = "full profile url in facebook"
#googleplus = "full profile url in googleplus"
#twitter = "full profile url in twitter"
linkedin = "https://www.linkedin.com/in/lucianobatistads/"
#stackoverflow = "https://stackoverflow.com/users/yourstackoverflowid"
#instagram = "full profile url in instagram"
github = "https://github.com/LucianoBatista"
#wechat = "your wechat qr code image"
#medium = "full profile url in medium"
#pinterest = "full profile url in pinterest"
#reddit = "full profile url in reddit"
#gitlab = "full profile url in gitlab"
#mastodon = "full profile url in mastodon"
#keybase = "full profile url in keybase"
#xing = "https://www.xing.com/profile/yourxingid"
#git = "full profile url for git user"
#[[params.friend_link]]
#title = "Linda的博客"
#href = "https://zhaozhihan.com"
[[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 = "JavaScript for R"
href = "https://javascript-for-r.com/"
[[params.bookmark_link]]
title = "Mastering Shiny"
href = "https://mastering-shiny.org/index.html"
[[params.bookmark_link]]
title = "Egineering Shiny"
href = "https://engineering-shiny.org"
[[params.bookmark_link]]
title = "FastAPI"
href = "https://fastapi.tiangolo.com"
# [[params.addtional_menus]]
# title = "Portfolio"
# href = "/top/portfolio/" # get reference from Cedric
# [[params.addtional_menus]]
# title = "Gallery"
# href = "/top/dataviz/" # can be prints of shiny dashboards
[[params.addtional_menus]]
title = "About Me"
href = "/top/about/"
# [[params.addtional_menus]]
# title = "Links"
# href = "/top/links/" # usefull links about data science stuffs
[outputFormats.Algolia]
baseName = "algolia"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]
[permalinks]
post = "/:year/:month/:day/:slug/"
[[plugins]]
package = "netlify-plugin-rss"
[plugins.inputs]
# required configs, customize as needed
dirToScan = "/posts" # a subfolder to scan. "/" to scan all
authorName = "Luba"
site_url = "https://www.lobdata.com.br"
title = "Luba RSS Feed"
rssDescription = "RSS Feed of the blog by Luba focussing on Data Science."
categories = ['Data Visualization', 'Infographics', 'Data Science', 'R Programming']