-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
41 lines (38 loc) · 795 Bytes
/
_quarto.yml
File metadata and controls
41 lines (38 loc) · 795 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
project:
type: website
output-dir: "."
website:
title: "Ed Rubin"
favicon: images/yellow-duck-512.png
navbar:
left:
- href: index.qmd
text: home
- href: research.qmd
text: research
- href: cv.qmd
text: cv
- href: teaching.qmd
text: teaching
- href: osweet.qmd
text: osweet
- text: more
menu:
- href: bio.qmd
text: bio
- href: https://tweeds.io
text: tweeds
- href: stuff.qmd
text: stuff
- href: links.qmd
text: links
right:
- icon: github
href: https://github.com/edrubin
- icon: camera2
href: photos.html
format:
html:
theme: cosmo
css: styles.css
toc: false