-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
executable file
·57 lines (48 loc) · 1.16 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
project:
type: website
output-dir: docs
website:
back-to-top-navigation: true
title: "EM Del Ponte"
page-navigation: true
open-graph: true
twitter-card: true
page-footer:
background: light
left: © Emerson Del Ponte
right: This website is built with [Quarto](https://quarto.org/){target=_blank}
navbar:
collapse-below: lg
search: true
left:
- icon: house
href: index.qmd
text: Home
- icon: people
href: about.qmd
text: About me
- icon: people
href: lab.qmd
text: The lab
- icon: tools
href: apps.qmd
text: Resources
- icon: pen
href: posts.qmd
right:
- text: "{{< iconify simple-icons bluesky >}}"
href: https://bsky.app/profile/edelponte.bsky.social
aria-label: My bluesky
- icon: github
href: https://github.com/emdelponte
aria-label: My GitHub
- icon: linkedin
href: https://www.linkedin.com/in/emerson-m-del-ponte-61678ba1/
aria-label: My Linkedin
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true