-
Notifications
You must be signed in to change notification settings - Fork 8
/
_quarto.yml
65 lines (57 loc) · 1.55 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
54
55
56
57
58
59
60
61
62
63
64
65
project:
type: website
preview:
port: 4200
website:
page-navigation: true
title: "Doss-Gollin Lab @ Rice CEVE"
site-url: https://dossgollin-lab.github.io/
repo-url: https://www.github.com/dossgollin-lab/dossgollin-lab.github.io
repo-actions: [issue]
open-graph: true
favicon: _assets/img/logos/logo.ico
search:
location: navbar
type: overlay
page-footer:
left: |
View the source [on GitHub]({{< var website.repo-url >}})
navbar:
right:
- text: "People"
href: people/index.qmd
- text: "Publications"
href: publications/index.qmd
- text: "Research"
href: research.qmd
- text: "Teaching"
href: teaching.qmd
- text: "Join Us"
href: joinus.qmd
- text: "Contact"
href: contact.qmd
- text: Links
menu:
- text: "Lab Guide"
href: https://dossgollin-lab.github.io/lab-guide/
- text: "AI 4 Climate Risk and Resilience @ Rice"
href: https://ai4climaterrr.rice.edu
- icon: github
text: "GitHub"
href: https://github.com/dossgollin-lab/
format:
html:
#theme: _assets/theme/theme-rice.scss
#css: styles.css
theme: [sandstone, _assets/theme/theme-rice.scss]
toc: false
anchor-sections: true
code-overflow: wrap
citations-hover: true
code-annotations: hover
html-math-method: mathjax
date-format: long
# references
bibliography: _bibliography/my-papers.bib
csl: _assets/references/american-geophysical-union.csl
link-external-newwindow: true