-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
75 lines (65 loc) · 1.83 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
project:
type: website
pre-render: wget -nc https://raw.githubusercontent.com/lmu-osc/branding-resources/refs/heads/main/lmu-osc-custom.scss
post-render: rm lmu-osc-custom.scss
website:
title: "TUTORIAL TITLE HERE"
page-footer:
center: "Copyright, 2024 Open Science Center at LMU Munich"
border: false
search:
location: sidebar
repo-url: https://github.com/lmu-osc/REPO-NAME-HERE
repo-actions: [edit, issue]
back-to-top-navigation: true
page-navigation: true
favicon: assets/LMU_OSC_favicon.jpg
margin-header: |
![](/assets/LMU_OSC_logo.jpg){width="175"}
navbar:
right:
- about.qmd
left:
- href: index.qmd
text: Home
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/lmu-osc/REPO-NAME-HERE
- text: Report a Bug
url: https://github.com/lmu-osc/REPO-NAME-HERE/issues
- icon: house-heart
url: https://www.osc.uni-muenchen.de/index.html
sidebar:
style: "docked"
contents:
- text: "Overview"
href: index.qmd
- section: "TOPIC 1"
contents:
- href: TOPIC1/page1.qmd
text: "TOPIC1 Page1 Title"
- href: TOPIC1/page2.qmd
text: "TOPIC1 Page2 Title"
- section: "TOPIC 2"
contents:
- href: TOPIC2/page1.qmd
text: "TOPIC2 Page1 Title"
- href: TOPIC2/page2.qmd
text: "TOPIC2 Page2 Title"
- href: TOPIC2/page3.qmd
text: "TOPIC2 Page3 Title"
format:
html:
theme:
- cosmo
- lmu-osc-custom.scss
css:
- https://raw.githubusercontent.com/lmu-osc/branding-resources/refs/heads/main/lmu-osc-styles.css
toc: true
fontsize: 13pt
code-overflow: wrap
grid:
sidebar-width: 300px
editor: source