-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
73 lines (62 loc) · 1.78 KB
/
_quarto.yml
File metadata and controls
73 lines (62 loc) · 1.78 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
project:
type: website
render:
- "*.qmd"
- "slides/*.qmd"
- "!actividades_taller_validacion.qmd"
preview:
port: 3434
browser: true
watch-inputs: true
timeout: 3600
lang: es
website:
title: "Validación de datos - RLadies Buenos Aires"
page-navigation: true
description: "Página principal del taller ¡NA pasa nada!: aprende a validar datos con R de RLadies Buenos Aires 2024."
site-url: "https://mcnanton.github.io/RladiesBA-TallerValidacionDatos/"
favicon: "images/logo-rladies-BA.png"
repo-url: https://github.com/mcnanton/RladiesBA-TallerValidacionDatos
repo-actions: [source, edit, issue]
page-footer:
left: "© 2025 María Nanton, Betsy Cohen"
right: "Website construida con [Quarto](https://quarto.org/)."
background: "#4c074d"
sidebar:
background: "#4c074d"
logo: "images/logo-unificado.png"
pinned: true
align: center
style: docked
type: dark
tools:
- icon: github
href: https://github.com/mcnanton/RladiesBA-TallerValidacionDatos
text: GitHub
contents:
- href: index.qmd
text: Inicio
- href: setup.qmd
text: Instrucciones de configuración
- href: materiales.qmd
text: Materiales
- href: license.qmd
text: Licencia
format:
html:
theme: [flatly, theme.scss]
toc: true
smooth-scroll: true
link-external-newwindow: true
code-link: true
code-copy: true
code-overflow: scroll
mainfont: Atkinson Hyperlegible
highlight-style: a11y
# lightbox extension
# https://github.com/quarto-ext/lightbox
lightbox:
desc-position: right # position of description
# match: auto # give all images lightbox treatment
effect: zoom # how lightbox opens/closes
loop: false # doesn't loop to first image in gallery