-
Notifications
You must be signed in to change notification settings - Fork 257
/
_quarto.yml
54 lines (46 loc) · 1.1 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
project:
type: website
website:
title: ""
page-footer:
center: "Copyright, 2024 Open Science Center at LMU Munich"
border: false
search:
location: sidebar
repo-url: https://github.com/lmu-osc/Collaborative-RStudio-GitHub
repo-actions: [edit, issue]
page-navigation: true
favicon: assets/LMU-OSC_favicon.jpg
margin-header: |
![](/assets/LMU-OSC_logo.jpg){width="175"}
navbar:
left:
- href: index.md
sidebar:
style: docked
contents:
- text: "Home"
href: index.md
- section: "Tutorial"
contents:
- href: fork.md
text: "Fork a Repo"
- href: clone.md
text: "Clone a Repo"
- href: commit.md
text: "Commit to a Project"
- href: push.md
text: "Push Changes"
- href: pull-request.md
text: "Pull Request"
- href: merge.md
text: "Merge Changes"
- href: pull-upstream.md
text: "Pull Upstream"
format:
html:
theme:
- cosmo
- custom.scss
css: styles.css
toc: true