-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
36 lines (32 loc) · 907 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
project:
type: website
output-dir: docs
website:
title: "Lotte Pohl"
favicon: images/lotte_logo.png
navbar:
right:
- href: index.qmd
text: Home
- about.qmd
- north_sea_blog.qmd
# - thesis_updates.qmd
# - thesis_docs/acoustic_season_sex.qmd
# - thesis_docs/vertical_data_exploration.qmd
- href: files/LottePohl_CV_July2023_website.pdf
text: cv
- icon: github # add icons that link to social media, etc.
href: https://github.com/lottepohl
- icon: twitter
href: https://twitter.com/lottepohl
- icon: linkedin
href: https://www.linkedin.com/in/lotte-pohl-491315185/
# supplying a light ("minty") and dark ("slate") theme to toggle between
format:
html:
theme:
light: minty
dark: slate
css: styles.css
toc: true
editor: source