-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
36 lines (31 loc) · 798 Bytes
/
_quarto.yml
File metadata and controls
36 lines (31 loc) · 798 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
project:
type: website
output-dir: docs
website:
title: "Ruby Krasnow"
navbar:
left:
- href: index.qmd
text: Home
- href: pubs.qmd
text: Publications
- href: open_science.qmd
text: Open Science
right:
- icon: envelope-fill
href: mailto:rubykrasnow@gmail.com
- icon: github
href: https://github.com/rmk118
- icon: linkedin
href: https://www.linkedin.com/in/ruby-krasnow/
- text: "{{< fa brands orcid >}}"
href: https://orcid.org/0009-0007-0531-8420
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app/profile/rubyk.bsky.social
format:
html:
theme: minty
css: styles.css
toc: true
link-external-newwindow: true
link-external-icon: false