-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
67 lines (61 loc) · 1.34 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
project:
type: book
output-dir: docs
book:
title: "Programación práctica con R"
reader-mode: true
page-footer:
left: |
Programación práctica con R fue escrito por Garrett Grolemund.
right: |
Este libro fue creado usando <a href="https://quarto.org/">Quarto</a>.
cover-image: cover.png
favicon: projectlogo.png
author:
- name: Garrett Grolemund
search: true
sidebar:
pinned: true
tools:
- icon: github
menu:
- text: Original
url: https://github.com/rstudio-education/hopr
- text: Traducción
url: https://github.com/davidrsch/hopres
chapters:
- index.qmd
- preface.qmd
- part: dice.qmd
chapters:
- basics.qmd
- packages.qmd
- part: cards.qmd
chapters:
- objects.qmd
- notation.qmd
- modifying.qmd
- environments.qmd
- part: slots.qmd
chapters:
- programs.qmd
- s3.qmd
- loops.qmd
- speed.qmd
appendices:
- a1-starting.qmd
- a2-packages.qmd
- a3-updating.qmd
- a4-data.qmd
- a5-debug.qmd
lang: es
format:
html:
theme:
- cosmo
- hopr.scss
code-link: true
author-meta: "Garrett Grolemund"
callout-appearance: simple
include-after-body: [ddrsch_script.html]
editor: visual