-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
80 lines (68 loc) · 2.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
project:
type: website
output-dir: "docs/"
render:
- "*.qmd"
- "!materiais/"
- "!planejamento_pratica/"
- "!pratica/"
- "!pratica-2023/"
- "!duvidas/2023/exemplo-iteracao-child/"
lang: "pt"
website:
page-navigation: true
title: "Relatórios reprodutíveis com R (2024)"
description: "Página do curso de verão oferecido pelo IME/USP, 2024."
repo-url: "https://github.com/beatrizmilz/2024-curso-de-verao-ime-usp-relatorios"
page-footer:
right: "Página criada usando [Quarto](https://quarto.org/). Licença de uso: [Creative Commons Atribuição-Compartilha Igual (CC BY-SA)](licenca.qmd)."
left: "© Copyright 2022-2024, [Beatriz Milz](https://beamilz.com)"
background: "#1094ab"
sidebar:
title: "Relatórios reprodutíveis com R (2024)"
background: "#1094ab"
logo: https://www.ime.usp.br/verao/assets/images/logo_verao.png
pinned: true
align: center
style: "docked"
search: true
collapse-level: 1
tools:
- icon: github
href: https://github.com/beatrizmilz/2024-curso-de-verao-ime-usp-relatorios
text: "Repositório no GitHub"
- icon: book-half
href: https://www.ime.usp.br/~verao/
text: "Inscrições"
contents:
- href: https://cursosextensao.usp.br/course/view.php?id=3818
text: "Plataforma USP"
- section: "Sobre o curso"
contents:
- informacoes-gerais.qmd
- profs.qmd
# - turma.qmd
- faq.qmd
- section: "Materias"
contents:
- instrucoes-de-instalacao.qmd
- slides.qmd
- trabalho_final.qmd
# - duvidas/index.qmd
- section: "Edições anteriores"
contents:
- href: https://beatrizmilz.github.io/2022-curso-de-verao-ime-usp-relatorios/programacao-do-curso.html
text: "Edição 2022"
- href: https://beatrizmilz.github.io/2023-curso-de-verao-ime-usp-relatorios/
text: "Edição 2023"
- licenca.qmd
format:
html:
theme: cosmo
# mainfont: "Montserrat"
css: styles.scss
toc: true
code-copy: true
code-link: true
code-overflow: wrap
editor: visual