-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
50 lines (40 loc) · 925 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
47
48
project:
type: website
website:
page-navigation: true
title: "Siple projects"
navbar:
background: light
title: false
collapse-below: lg
left:
- href: index.qmd
text: Home
- href: current-projects/index.qmd
text: Current Projects
- href: teaching.qmd
text: Teaching
page-footer:
right: "This page is built with 🐋 and [Quarto](https://quarto.org/)."
sidebar:
pinned: true
align: center
style: "docked"
search: true
contents:
- href: index.qmd
text: Welcome
- section: current-projects/index.qmd
contents:
- current-projects/bycatch.qmd
- current-projects/EFH.qmd
- teaching.qmd
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
toc: true
code-copy: true
code-overflow: wrap
css: styles.css