-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
35 lines (32 loc) · 750 Bytes
/
_quarto.yml
File metadata and controls
35 lines (32 loc) · 750 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Lukas Röseler"
navbar:
background: "#03a1fc"
foreground: "#0a1628"
left:
- href: index.qmd
text: Home
- research.qmd
- openscience.qmd
- collaborate.qmd
right:
- icon: github
href: https://github.com/lukasroeseler
aria-label: GitHub
page-footer:
right: "Built with [Quarto](https://quarto.org/)."
left: "© 2026, Lukas Röseler"
format:
html:
theme:
light: [litera, custom.scss]
dark: [darkly, custom.scss]
fontsize: 1.05em
linestretch: 1.65
toc: false
mainfont: "DM Sans, Outfit, system-ui, sans-serif"
include-in-header: _include-header.html
editor: source