-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
56 lines (48 loc) · 1.02 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
project:
type: website
output-dir: docs
website:
title: "Thomas"
favicon: images/Manke_2019.11.17_small.JPG
navbar:
left:
- text: "Lectures"
icon: book
menu:
- text: Rintro
href: lectures/Rintro2023/index.qmd
- text: Applied Biostatistics
href: lectures/ABS2022/index.qmd
- text: "Posts"
icon: mailbox
href: posts/index.qmd
right:
- about.qmd
- icon: github
href: https://github.com/thomasmanke/blog
page-footer:
left: |
Made with Quatro
center:
- about.qmd
right:
- icon: github
href: https://github.com/thomasmanke/blog
background: "grey"
# sidebar:
# - id: get-started
# title: "Get Started"
# style: "floating"
format:
html:
theme:
light: cosmo
dark: darkly
css: styles.css
code-link: false
code-fold: show
# code-tools: true
highlight-style: github
execute:
freeze: auto
editor: visual