-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
107 lines (95 loc) · 3.5 KB
/
_quarto.yml
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
project:
type: website
output-dir: docs
preview:
browser: true
watch-inputs: true
navigate: true
render:
- "*.qmd"
- "*.md"
- "!etc/"
resources:
- "files/**"
- "etc/**"
freeze: true
# Metadata stuff
pagetitle: "{{< meta title >}} | {{< meta website.title >}}"
description-meta: "{{< meta description >}}"
author-meta: "Javier Álvarez Liébana"
website:
title: "Javier Álvarez Liébana"
description: "Web personal de Javier Álvarez Liébana"
site-url: "https://javieralvarezliebana.es"
repo-url: "https://github.com/dadosdelaplace/dadosdelaplace.github.io"
google-analytics: "G-LTS0WS8SKR"
favicon: /files/favicon32x32.png
twitter-card:
title: "Javier Álvarez Liébana (@dadosdelaplace)"
description: "Web personal de Javier Álvarez Liébana"
image: /files/profile-hex-sticker.webp
creator: "@dadosdelaplace"
site: "@dadosdelaplace"
open-graph:
locale: es_ES
navbar:
pinned: true
left:
- text: "Inicio"
href: "index.qmd"
- text: "Blog"
menu:
- text: "Divulgación"
href: "divulgación/index.qmd"
- text: "Blog de R y estadística"
href: "blog/index.qmd"
- text: "Aprender R"
menu:
- text: "60 paquetes que debes conocer"
href: "paquetes-conocer/index.qmd"
- text: "Paquetes propios"
href: "paquetes-propios/index.qmd"
- text: "Cursos de R"
href: "cursos/index.qmd"
- text: "Docencia"
href: "docencia/index.qmd"
- text: "Investigación"
href: "investigacion/index.qmd"
- text: "¿Qué hago?"
menu:
- text: "¿Qué uso?"
href: "recursos/index.qmd"
- text: "¿En qué ando ahora?"
href: "ahora/index.qmd"
- text: "CV"
href: "cv/index.qmd"
right:
- icon: envelope
href: "mailto:javalv09@ucm.es"
- icon: twitter
href: https://twitter.com/dadosdelaplace
- icon: camera
href: https://instagram.com/javieralvarezliebana
- icon: github
href: https://github.com/dadosdelaplace
page-footer:
left: |
<span class="faux-block">{{< fa brands creative-commons >}} 2022-2023 Javier Álvarez Liébana (@dadosdelaplace)</span>
<span class="faux-block">Contenidos bajo licencia <br>[{{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}} {{< fa brands creative-commons-sa >}} Creative Commons CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)</span>
center: |
<span class="faux-block">{{< fa brands orcid >}} <strong>ORCID</strong> [0000-0003-0671-3856](https://orcid.org/0000-0003-0671-3856)</span>
<span class="faux-block">{{< fa brands orcid >}} <strong>SCHOLAR</strong> [Wb3lxFIAAAAJ&hl.](https://scholar.google.es/citations?user=Wb3lxFIAAAAJ&hl=es)</span>
right: |
<span class="faux-block">Web hecha con {{< fa brands r-project >}} y [Quarto](https://quarto.org/), con ayuda de [Chat-GPT](https://chat.openai.com/chat). <br> Tema basado en la web de [Andrew Heiss](https://www.andrewheiss.com/)</span>
<span class="faux-block">Ver el código fuente en {{< fa brands github >}} [GitHub](https://github.com/dadosdelaplace)</span>
format:
html:
theme:
- css/style.scss
toc: false
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true
highlight-style: monokai