-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
68 lines (52 loc) · 1.28 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/
date-format: "DD/MM/YYYY"
lang: pt
language:
pt:
title-block-published: "Autoria"
website:
page-navigation: true
title: "Análise de dados abertos com R"
sidebar:
title: "Análise de dados abertos com 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/2024-03-open-data-day
text: "GitHub Repository"
contents:
- href: index.qmd
text: "Página inicial"
- section: "Informações sobre o Espaço"
contents:
- como-chegar.qmd
- alimentacao.qmd
- href: cronograma.qmd
- href: gugudadados.qmd
- href: auxilios.qmd
- href: apoio.qmd
text: "Apoio"
page-footer:
right: "Página criada com [Quarto](https://quarto.org/). "
left: "© Copyright 2024, 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