-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
46 lines (38 loc) · 939 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
34
35
36
37
38
39
40
41
42
43
44
45
46
project:
type: website
output-dir: docs
website:
title: "Christopher E. Lawrence"
reader-mode: true
navbar:
left:
- href: index.qmd
text: Home
- href: ./files/Research.qmd
text: Research
- href: ./files/2_Page_CV.pdf
text: Resume
- href: ./files/Publications.qmd
text: Papers and Presentations
- href: ./files/CloudWaterAppFile.qmd
text: Cloud Water App
right:
- icon: envelope
href: mailto:[email protected]
- icon: github
href: https://github.com/ChrisLaw08
- text: Lance Lab
href: https://research.asrc.albany.edu/facstaff/lance/
title-block-banner: true
format:
html:
theme:
dark:
- darkly
- stylefile.scss
light:
- journal
- stylefile.scss
css: styles.css
toc: true
editor: visual