-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
54 lines (44 loc) · 936 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
49
50
51
52
53
project:
type: website
output-dir: docs
website:
title: "HTW Berlin"
repo-url: https://github.com/thomasmanke/HTW
repo-actions: [issue]
navbar:
left:
- text: "Notebooks"
icon: book
href: notebooks/index.qmd
right:
- icon: github
href: https://github.com/thomasmanke/HTW
page-footer:
left:
- text: Thomas Manke
right:
- icon: github
href: https://github.com/thomasmanke
- icon: linkedin
href: https://www.linkedin.com/in/thomasmanke/
background: "grey"
# sidebar:
# - id: get-started
# title: "Get Started"
# style: "docked"
# search: true
format:
html:
theme:
light: cosmo
dark: darkly
css: styles.css
code-link: false
code-fold: show
# code-tools: true
highlight-style: github
resources:
- "notebooks/images/*"
execute:
freeze: auto
editor: visual