-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
58 lines (49 loc) · 1.43 KB
/
_quarto.yml
File metadata and controls
58 lines (49 loc) · 1.43 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
project:
type: website
website:
title: "DataViz 2022"
favicon: "/files/favicon-48.png"
site-url: https://microbialds.github.io/2022_DBio_Data/
repo-url: https://github.com/microbialds/2022_DBio_Data
navbar:
pinned: true
background: "#54AFBC"
right:
# - syllabus.qmd
- text: "Clases"
file: clases/index.qmd
- text: "Tareas"
file: tareas/index.qmd
sidebar:
- title: "Clases"
style: "docked"
search: false
background: dark
contents:
- section: "Introducción y preparación antes del curso"
contents:
- clases/index.qmd
- section: "Contenido del curso"
contents:
- text: "1: Introducción a R"
file: clases/01-intro.qmd
- text: "2: Introducción a Tidyverse, flujo de trabajo"
file: clases/02-Tidyverse1.qmd
- text: "3: Organizando los datos (Tidydata)"
file: clases/03-Tidydata.qmd
page-footer:
left: |
Curso desarrollado por Juan A. Ugalde, 2022
right: |
Desarrollado en {{< fa brands r-project >}} y [Quarto](https://quarto.org)<br>
[Código disponible en {{< fa brands github >}} Github](https://github.com/microbialds/2022-DataR)
format:
html:
theme:
- litera
- html/custom.scss
toc: true
highlight-style: arrow
editor: visual
execute:
freeze: auto