-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
87 lines (77 loc) · 2.14 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
project:
type: book
output-dir: docs
book:
page-navigation: false
chapters:
- index.qmd
- src/boxplot.qmd
- src/word_cloud.qmd
- src/parlamento.qmd
- src/grafico_dispersion.qmd
- src/gatitos_inflaccion.qmd
- src/grafico_gannt.qmd
- src/grafico_radar.qmd
- src/mapas.qmd
- src/geolocalizacion.qmd
- src/dispersiones.qmd
- src/otros.qmd
navbar:
left:
- href: 'index.html'
text: Notebook
- href: 'librerias.qmd'
text: Librerías
sidebar:
tools:
- href: 'https://github.com/MarioC0093/dataviz/'
icon: github
text: Repositorio
- href: 'https://www.linkedin.com/in/mario-camacho-b98462ab/'
icon: linkedin
text: "LinkedIn"
- href: 'https://buymeacoffee.com/marioc0093'
icon: rocket-takeoff
text: "Buy me a coffee"
page-footer:
center:
- text: "License"
href: LICENSE
lang: es
#bibliography: references.bib
categories: ["Portafolio", "Dataviz"]
description: "Un portafolio que muestra algunas de mis visualizaciones y sirve de plantilla para toda persona que necesite ideas para una representación de sus datos."
abstract: |
Una visualización de datos correcta puede expresar de forma resumida y clara gran cantidad de información, ayudando a interpretar y asimilar la información más facilmente.
keywords: ["portafolio", "[tu área de especialización]", "proyectos", "habilidades", "experiencia"]
format:
html:
#grid:
# sidebar-width: 300px
# body-width: 1400px
# margin-width: 300px
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 200px
code-link: true
toc: true
toc-title: ""
toc-location: right
toc-expand: true
number-sections: false
css: css/styles.css
include-in-header:
text: |
<meta name="keywords" content="dataviz, visualizacion, datos, R, ejemplo, personalizado"/>
<link rel="icon" type="image/png" href="metadata/favicon.png">
editor: visual
page-layout: full
knitr:
opts_chunk:
R.options:
#width: 50
out-width: 80%
code-fold: true
warning: false
messmessage: false