-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (39 loc) · 991 Bytes
/
_quarto.yml
File metadata and controls
44 lines (39 loc) · 991 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Luíza Helena Pereira Lúcio"
description: "Estatística | Análise de Dados | R & Python"
navbar:
left:
- href: index.qmd
text: Início / Home
- href: sobre.qmd
text: Sobre / About
- href: projetos.qmd
text: Projetos / Projects
- href: curriculo.qmd
text: Curriculos / CV
- href: contato.qmd
text: Contato / Contact
right:
- icon: github
href: https://github.com/luizalucio
aria-label: GitHub
- icon: linkedin
href: https://linkedin.com/in/luizahplucio
aria-label: LinkedIn
page-footer:
center: |
Feito com ❤️ usando [Quarto](https://quarto.org) · Made with ❤️ using [Quarto](https://quarto.org)
open-graph: true
twitter-card: true
format:
html:
theme:
- flatly
- styles.scss
toc: false
smooth-scroll: true
code-fold: true
lang: pt-BR