-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
41 lines (39 loc) · 1.4 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
name: "intro_r"
title: "Inicio"
description: "Intro a R"
output_dir: "docs"
theme: theme_intro_r.css
navbar:
#source_url: https://github.com/rstudio/distill
left:
- text: "Profesor"
href: about.html
- text: "Programa"
href: programa.html
- text: "Puesta a punto"
href: puesta_a_punto.html
right:
- text: "Diapositivas"
menu:
- text: "Modulo 01.a - R base"
href: a_diapositivas/01a_r_intro_presentacion.html
- text: "Modulo 01.b - Proyecto de trabajo"
href: a_diapositivas/01b_r_proyecto_de_trabajo.html
- text: "Modulo 02 - Herramientas de procesamiento de datos"
href: a_diapositivas/02_tidyverse.html
- text: "Modulo 03 - Herramientas para la vizualizacion de datos"
href: a_diapositivas/03_visualizacion.html
- text: "Extra - Informes"
href: a_diapositivas/04_informes.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: "Bibliografia"
href: biblio.html
- icon: fab fa-github
href: https://github.com/pablotis/intro_r
output: distill::distill_article