-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
42 lines (38 loc) · 1002 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "Introdução ao R"
site-url: "https://brunomontezano.github.io/r-workshop/"
navbar:
left:
- href: index.qmd
text: Página inicial
- href: materiais.qmd
text: Materiais recomendados
- href: aulas_e_laboratorios.qmd
text: Aulas e laboratórios
- href: tarefas_de_casa.qmd
text: Tarefas de casa
- href: dicas.qmd
text: Dicas
- href: perguntas_frequentes.qmd
text: Perguntas frequentes
page-footer:
left: "Copyright 2023, Bruno Montezano"
right:
- icon: github
href: https://github.com/brunomontezano
- icon: house
href: https://brunomontezano.github.io/
- icon: envelope
href: mailto:[email protected]
- icon: newspaper
href: https://lattes.cnpq.br/5680118320056968
format:
html:
theme: litera
highlight-style: nord
css: styles.css
toc: false
lang: pt-br