-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
41 lines (38 loc) · 828 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!tmp/"
- "!external_files/"
- "!archived/"
- "!testing.qmd"
- "!mofa_test.qmd"
bibliography: ref.bib
website:
title: "PSLS @ 3rd CMI-PB Challenge"
navbar:
right:
- text: "Home"
href: index.qmd
- icon: github
href: https://github.com/psl-schaefer/cmi_pb_third_challenge
- icon: twitter
href: https://x.com/psl_schaefer
- icon: linkedin
href: https://www.linkedin.com/in/philipp-sl-schaefer/
format:
html:
html-math-method: mathjax
theme: darkly
css: styles.css
toc: true
toc-float: yes
toc-depth: 3
toc-expand: 1
toc-location: right
number-sections: true
df-print: paged
code-tools: true
code-fold: true
code-overflow: scroll