-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
33 lines (33 loc) · 917 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
project:
type: website
website:
site-url: "https://oddish3.github.io"
title: "Sol Yates"
navbar:
left:
- text: Home
href: index.qmd
- text: Research
href: research/index.qmd
- text: Teaching
href: teaching/index.qmd # Added Teaching section (if applicable)
# - text: Vita
# href: https://oddish3.github.io/vita/sol-yates-vita.pdf # Update this with your actual Vita URL
- text: Software
href: software/index.qmd # Software section (if applicable)
- text: Blog
href: posts/index.qmd
right:
- icon: github
href: https://github.com/oddish3
- text: "{{< iconify fa6-brands:bluesky >}}"
href: https://bsky.app/profile/oddish3.github.io
favicon: favicon.ico
google-analytics: "UA-76482472-1"
open-graph: true
format:
html:
theme: cosmo
css: styles.css
execute:
freeze: auto