-
Notifications
You must be signed in to change notification settings - Fork 8
/
_quarto.yml
94 lines (86 loc) · 2.55 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
project:
type: website
pre-render: pre-render-listing-content.R
preview:
port: 4200
website:
page-navigation: true
title: "Beatriz Milz"
site-url: "https://beamilz.com/"
google-analytics: "G-2J79YYG9CZ"
page-footer:
left: "Website made with [Quarto](https://quarto.org/), by Beatriz Milz. License: [CC BY-SA 2.0](https://creativecommons.org/licenses/by-sa/2.0/)."
right:
- icon: envelope
href: mailto:[email protected]
- text: "{{< iconify simple-icons bluesky >}}"
href: https://bsky.app/profile/beatrizmilz.bsky.social
- icon: github
href: https://github.com/beatrizmilz
- icon: linkedin
href: https://www.linkedin.com/in/beatrizmilz/
- text: "{{< ai researchgate >}}"
href: https://www.researchgate.net/profile/Beatriz-Milz
- text: "{{< ai lattes >}}"
href: http://lattes.cnpq.br/5150665880581477
- text: "{{< ai orcid >}}"
href: https://orcid.org/0000-0002-3064-4486
- icon: instagram
href: https://www.instagram.com/dadoseambiente/
- icon: bookmark-heart
href: https://www.skoob.com.br/share/user/beatrizmilz
- text: "{{< fa brands goodreads >}}"
href: https://www.goodreads.com/user/show/180775178
navbar:
right:
- text: About
menu:
- text: English
href: about.qmd
- text: Português
href: about-pt.qmd
- text: Español
href: about-es.qmd
- text: Posts
menu:
- text: All posts
href: posts/index.qmd
- text: English
href: posts/en.qmd
- text: Português
href: posts/pt.qmd
- text: Español
href: posts/es.qmd
- text: Talks and teaching
href: content.qmd
- text: Other
menu:
# - text: Research (PT-BR)
# href: research/index.qmd
- quarto.qmd
- videos.qmd
# - text: Resume
# href: https://beatrizmilz.github.io/resume/index.pdf
# - icon: newspaper
# href: https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7129591797797797888
- icon: github
href: https://github.com/beatrizmilz/blog-en
lang: pt
format:
html:
link-external-icon: true
link-external-newwindow: true
smooth-scroll: true
theme:
- pulse
- custom.scss
citations-hover: true
footnotes-hover: true
toc: true
code-link: true
editor: visual
comments:
giscus:
repo: beatrizmilz/blog-en
execute:
freeze: true