-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
57 lines (47 loc) · 1.12 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: website
output-dir: _site/
lang: pt
website:
page-navigation: true
title: "Pacotes em R de dados brasileiros"
sidebar:
title: "Pacotes em R de dados brasileiros<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/2023-11-pacotes-br
text: "GitHub Repository"
contents:
- href: index.qmd
text: "Página inicial"
- section: "Informações sobre o Espaço"
contents:
- como-chegar.qmd
- href: slides.qmd
- href: auxilios.qmd
- href: perguntas-frequentes.qmd
- href: apoio.qmd
text: "Apoio"
page-footer:
right: "Página criada com [Quarto](https://quarto.org/). "
left: "© Copyright 2023, 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