-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
57 lines (53 loc) · 1.18 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
project:
type: website
execute-dir: file
resources:
- CNAME
- audio
- video
- frm/plans/*.html
- frm/reports
- news/audio_video
- mmm/plans
- mmm/reports
- mbon
website:
title: "TailWinds"
site-url: "https://tailwinds.umces.edu/"
navbar:
logo: index_images/TailWinds_logo_white.png
title: false
left:
- text: Monitoring Projects
menu:
- text: Whales in Real-time
href: rtwb/index.qmd
- text: Fishery Resources
href: frm/index.qmd
- text: Marine Mammals
file: mmm/index.qmd
- text: The Species
menu:
- text: Whales
href: meetthe/whales.qmd
- text: Dolphins and Porpoises
href: meetthe/dolphins.qmd
- text: Fish
href: meetthe/fish.qmd
- text: The Team
href: team/index.qmd
- text: For Reference
href: pubs/index.qmd
- text: What's New
href: news/index.qmd
# - text: In the Press
# href: Press/index.qmd
format:
html:
theme: yeti
css: styles.css
toc: true
link-external-icon: true
link-external-newwindow: true
execute:
freeze: auto