-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_quarto.yml
58 lines (53 loc) · 1.23 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
project:
type: book
output-dir: docs
website:
favicon: img/hex-shiny.png
twitter-card:
creator: "@wamorim_"
site: "@curso_r"
book:
title: "Programando em Shiny"
date: today
repo-url: https://github.com/curso-r/programando-em-shiny/
downloads: [pdf, epub]
repo-actions: [edit, issue]
sharing: [twitter, facebook]
page-footer: |
Escrito por [William Amorim](https://twitter.com/wamorim_) e mantido pela equipe da [Curso-R](https://curso-r.com/).
chapters:
- index.qmd
- sobre.qmd
- part: Parte 1
chapters:
- primeiro-app.qmd
- add-interatividade.qmd
- reatividade-conceitos.qmd
- debug.qmd
- layouts.qmd
- shiny-na-pratica-1.qmd
- reatividade-mais-pecas.qmd
- htmlwidgets.qmd
- deploy.qmd
- part: Parte 2
chapters:
- modulos.qmd
- golem.qmd
- html-css-js.qmd
- shiny-na-pratica-2.qmd
- reatividade-problemas-complexos.qmd
- referencias.qmd
format:
html:
css: style.css
include-in-header:
- head.html
include-after-body:
- after-body.html
lang: pt
theme:
light: cosmo
dark: darkly
#pdf:
# lang: pt
#documentclass: scrreprt