-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_site.yml
50 lines (50 loc) · 1.86 KB
/
_site.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
name: "intro_r"
title: "Inicio"
description: "Intro a R"
output_dir: "docs"
theme: estilo/theme_intro_r.css
navbar:
logo:
image: https://pbs.twimg.com/profile_banners/1214735980172845056/1716430021/1500x500
href: https://estacion-r.netlify.app/
favicon: estilo/logo/logo_aaip.ico
twitter:
site: "@estacion-r"
#source_url: https://github.com/rstudio/distill
left:
- text: "Sobre el taller"
menu:
- text: "Docente"
href: about_pablotiscornia.html
- text: "Programa"
href: programa.html
- text: "Puesta a punto"
href: puesta_a_punto.html
- text: "Bibliografia"
href: biblio.html
- text: "Encuentros"
menu:
- text: "Módulo I - Introducción a R"
href: a_diapositivas/01a-intro_a_r.html
- text: "Módulo II - Proyectos de trabajo"
href: a_diapositivas/01b-proyecto_de_trabajo.html
- text: "Módulo III - Procesamiento de datos"
href: a_diapositivas/02-procesamiento_de_datos.html
- text: "Modulo IV - Visualizacion de datos"
href: a_diapositivas/03-visualizacion_de_datos.html
- text: "Módulo V - Informes con Rmarkdown"
href: a_diapositivas/04-reportes.html
- text: "Ejercitacion"
menu:
- text: "Modulo 01.a - R base - Practica"
href: b_ejercitacion/01_r_intro_practica.html
- text: "Modulo 02 - Herramientas de procesamiento de datos"
href: b_ejercitacion/02_tidyverse_practica.html
#- text: "Modulo 03 - Herramientas para la vizualizacion de datos"
- text: "Datos"
menu:
- text: "relevamiento_indice_transparencia_2024.xlsx"
href: datos/relevamiento_indice_transparencia_2024.xlsx
- text: "salida_visualizaciones.xlsx"
href: datos/output_visualizaciones_2024-07-23.xlsx
output: distill::distill_article