-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
299 lines (279 loc) · 8.87 KB
/
Copy pathconfig.toml
File metadata and controls
299 lines (279 loc) · 8.87 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
baseURL = "https://bastianolea.rbind.io/"
# baseURL = "https://bastianoleah.netlify.app/"
theme = "hugo-apero"
defaultContentLanguage = "es"
title = "Bastián Olea"
author = "Bastián Olea Herrera"
copyright = "" # set to override the auto generated copyright using org info and now year
googleAnalytics = ""
#disqusShortname = "" # see params.comments to use utterances or giscus instead of Disqus
metaDataFormat = "yaml"
footnoteReturnLinkContents = "↩" # ↩
# set deliberately low for testing choose your preffered number based on the blog layout you've chosen
pagination.pagerSize = 20
preserveTaxonomyNames = true
buildFuture = true # for posts set in the future
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.qmd$", "\\.knit\\.md$", "\\.utf8\\.md$", "/_freeze/", "/\\.quarto/"]
enableEmoji = true
titleCaseStyle = "firstupper"
[languages]
[languages.es]
label = "Spanish"
locale = 'es-ES'
weight = 1
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true # Enable user to embed HTML snippets in Markdown content.
hardwraps = false
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = false
[markup.highlight]
# one of: https://xyproto.github.io/splash/docs/
style = "rose-pine-moon"
noClasses = false # para usar css personalizado (en static/css/)
# editar estilo con: https://gohugo.io/commands/hugo_gen_chromastyles/
# https://makewithhugo.com/syntax-hightlight-color/
# el css está en static/css/syntax.css
[params]
orgName = "Bastián Olea Herrera"
orgLocal = "Chile"
description = "Blog de Bastián Olea, sociólogx y analista de datos"
favicon = false
logo = "/img/logo.png"
mainSections = ["blog", "apps", "about"]
navallcaps = true
# show/hide social icons in site header & footer
# configure social icons and links below in [[params.social]]
socialInHeader = true
socialInFooter = true
# Default image for social sharing and search engines.
# Place image file in `static` folder and specify image name here.
sharing_image = "img/collage_horizontal_morado.jpg"
image = "img/collage_horizontal_morado.jpg"
# Twitter username (without @). Used when a visitor shares your site on Twitter
twitter = "bastimapache"
# use a built-in color theme
# one of: earth / forest / grayscale / magma / paper / peach / plum /
# poppy / primer / sky / violet / water
theme = ""
# or, leave theme empty & make your own palette
# see docs at https://hugo-apero.netlify.app/blog/color-themes/
# the custom scss file must be in the assets/ folder
# add the filename name here, without extension
# to use hex colors instead of named tachyons colors, include "hex" in filename
custom_theme = "tema-morado-hex"
# use an embedded font-family
# serif options: Fraunces / EB Garamond / Bitter
# sans-serif options: Commissioner / Atkinson Hyperlegible / Metropolis
# if you import your own fonts, name them here too
customtextFontFamily = "Atkinson Hyperlegible"
customheadingFontFamily = "EB Garamond"
# alternatively, leave empty and select basic font options: sans-serif or serif
# for more http://tachyons.io/docs/typography/font-family/
textFontFamily = "sans-serif"
headingFontFamily = "serif"
goatcounter = "bastimapache"
# Specify use of utterances, giscus or disqus
# comments = "utterances"
comments = ""
# utterances está configurado y funciona, pero solo para gente registrada en github
# Configuration of https://utteranc.es/ for comments
[params.utterances]
repo_name = "bastianolea/blog-R"
issue_term = "pathname" # url, pathname, or title
theme = "github-light"
label = "comments"
# To enable giscus, the github discussions based comment section,
# Follow the steps described to enable giscus and get the values
# needed to populate the below information.
# https://www.joelnitta.com/posts/2021-11-24_using-giscus/
[params.giscus]
repo = "bastianolea/blog-r"
repo_id = "[REPO ID]="
category = "Comments"
category_id = "[category ID]"
mapping = "pathname"
reactions_enabled = "1"
emit_metadata = "0"
theme = "light"
# disqus funciona, pero es medio feo y cuesta configurar
[services]
[services.disqus]
shortname = 'bastianolea'
# Configuration of math rendering
[params.math]
renderer = "katex" # one of "mathjax" / "katex"
# Social icons may appear on homepage and in site header or footer
# Configure show/hide above - add as many as you like below
# Icon pack "fab" includes brand icons, see: https://fontawesome.com/icons?d=gallery&s=brands&m=free
# Icon pack "fas" includes solid icons, see: https://fontawesome.com/icons?d=gallery&s=solid&m=free
# Icon pack "far" includes regular icons, see: https://fontawesome.com/icons?d=gallery&s=regular&m=free
[[params.social]]
icon = "search" # icon name without the 'fa-'
icon_pack = "fas"
url = "/buscar/"
[[params.social]]
icon = "linkedin"
icon_pack = "fab"
url = "https://www.linkedin.com/in/bastianolea/"
[[params.social]]
icon = "github" # icon name without the 'fa-'
icon_pack = "fab"
url = "https://github.com/bastianolea"
[[params.social]]
icon = "twitter"
icon_pack = "fab"
url = "https://x.com/bastimapache"
# [[params.social]]
# icon = "tiktok"
# icon_pack = "fab"
# url = "https://www.tiktok.com/@bastimapache"
# [[params.social]]
# icon = "instagram"
# icon_pack = "fab"
# url = "https://www.instagram.com/raccunnie"
# [[params.social]]
# icon = "goodreads"
# icon_pack = "fab"
# url = "https://www.goodreads.com/user/show/53224910-basti-n-olea-herrera"
# [[params.social]]
# icon = "lastfm"
# icon_pack = "fab"
# url = "https://www.last.fm/user/bastimapache"
# [[params.social]]
# icon = "bluesky"
# icon_pack = "fab"
# url = "https://bsky.app/profile/bastianolea.rbind.io"
[[params.social]]
icon = "heart"
icon_pack = "fas"
url = "https://bastimapache.cl"
[[params.social]]
icon = "envelope"
icon_pack = "fas"
url = "/contacto/"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[menu]
# Configure header
[[menu.header]]
name = "Yo"
title = "Bastián Olea: Sobre mi"
url = "/about/"
weight = 10
[[menu.header]]
name = "Blog"
title = "Bastián Olea: Blog de R"
url = "/blog/"
weight = 1
[[menu.header]]
name = "Aprende R"
title = "Aprende R"
url = "https://bastianolea.github.io/aprende_r/"
weight = 2
[[menu.header]]
name = "Apps"
title = "Apps"
url = "https://bastianolea.github.io/shiny_apps/"
weight = 3.1
[[menu.header]]
name = "Datos"
title = "Datos"
url = "https://bastianolea.github.io/datos_sociales/"
weight = 3.2
# [[menu.header]]
# name = "Paquetes"
# title = "Paquetes de R"
# url = "/categories/paquetes/"
# weight = 3.3
[[menu.header]]
name = "Tutoriales"
title = "Tutoriales"
url = "/categories/tutoriales/"
weight = 3.4
[[menu.header]]
name = "Buscar"
title = "Buscador"
url = "/buscar/"
weight = 5
[[menu.header]]
name = "Temas"
title = "Temas"
url = "/tags/"
weight = 6
[[menu.header]]
name = "Cursos"
title = "Cursos"
url = "/clases/"
weight = 7
[[menu.header]]
name = "Enlaces"
title = "Recursos"
url = "/blog/r_introduccion/recursos_r/"
weight = 11
# Configure footer
[[menu.footer]]
name = "Licencia"
title = "Bastián Olea: Licencia"
url = "/license/"
weight = 9
[[menu.footer]]
name = "Código de conducta"
title = "Bastián Olea: Código de conducta"
url = "/code-of-conduct/"
weight = 9
[[menu.footer]]
name = "Contacto"
title = "Bastián Olea: Contacto"
url = "/contacto/"
weight = 3
[[menu.footer]]
name = "Sobre mi"
title = "Bastián Olea: Sobre mi"
url = "/about/"
weight = 1
[[menu.footer]]
name = "Buscar"
title = "Buscador"
url = "/buscar/"
weight = 2
[[menu.footer]]
name = "Temas"
title = "Temas"
url = "/tags/"
weight = 4
[[menu.footer]]
name = "Clases"
title = "Clases"
url = "/clases/"
weight = 5
# see https://gohugo.io/about/hugo-and-gdpr/
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
disable = true
anonymizeIP = true
respectDoNotTrack = true
[privacy.instagram]
disable = false
simple = true
[privacy.x]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
enableDNT = true
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true
[outputs]
home = ["HTML", "RSS", "JSON"]
page = ["HTML"]