-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
68 lines (49 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
58
59
60
61
62
63
64
65
66
67
68
project:
type: website
output-dir: _site/
lang: pt
website:
page-navigation: true
title: "Oficina de Introdução ao R"
sidebar:
title: "Oficina de introdução ao R <br>"
background: "#FFFFFF"
foreground: "#562457"
logo: img/logo.jpg
pinned: true
align: center
style: "docked"
search: true
collapse-level: 1
tools:
- icon: github
href: https://github.com/R-Ladies-Sao-Paulo/2022-11-oficina-introducao-R
text: "GitHub Repository"
contents:
- href: index.qmd
text: "Página inicial"
- href: mensagens.qmd
- section: "Informações sobre o Espaço"
contents:
- como-chegar.qmd
- alimentacao.qmd
- section: "Materiais"
contents:
- slides.qmd
- href: apoio.qmd
text: "Apoio"
page-footer:
right: "Página criada com [Quarto](https://quarto.org/). "
left: "© Copyright 2022, R-Ladies São Paulo"
background: "#562457"
format:
html:
theme: cosmo
css: custom.css
toc: true
code-copy: true
code-link: true
code-overflow: wrap
editor: visual
execute:
freeze: true