forked from lmu-osc/Collaborative-RStudio-GitHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
77 lines (70 loc) · 2.04 KB
/
Copy path_quarto.yml
File metadata and controls
77 lines (70 loc) · 2.04 KB
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
76
77
# Begin Project
project:
type: tutorial-template
render:
- "*.qmd"
- "!plot-trait-evolution.qmd"
# End Project
# Begin Website
repo-url: https://github.com/lmu-osc/Collaborative-RStudio-GitHub
website:
title: "Collaborative coding with GitHub and RStudio"
page-footer:
border: false
center: © 2024 Anna Krystalli, Malika Ihle, Adam Kenny. Published by LMU Open Science Center. Licensed under CC BY-SA 4.0.
repo-url: https://github.com/lmu-osc/Collaborative-RStudio-GitHub
navbar:
right:
- about.qmd
left:
- href: index.qmd
text: Home
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/lmu-osc/Collaborative-RStudio-GitHub
- text: Report a Bug
href: https://github.com/lmu-osc/Collaborative-RStudio-GitHub/issues
- icon: house-heart
url: https://www.osc.lmu.de/
sidebar:
style: "docked"
contents:
- text: "Overview"
href: index.qmd
- section: "Tutorial"
contents:
- href: fork/index.qmd
text: "Fork a Repo"
- href: clone/index.qmd
text: "Clone a Repo"
- href: commit/index.qmd
text: "Commit to a Project"
- href: push/index.qmd
text: "Push Changes"
- href: pull-request/index.qmd
text: "Pull Request"
- href: merge/index.qmd
text: "Merge Changes"
- href: pull-upstream/index.qmd
text: "Pull Upstream"
# End Website
# Begin Includes
include-in-header:
- file: matomo-analytics.html
# End Includes
# Begin Format
# use only if needed. the default format for `tutorial-template` projects is tutorial-template-html+tutorial
# we recommend just extending the definition below if you need to make format changes
format:
tutorial-template-html+tutorial:
css:
- footer/footer-style.css
include-after-body:
- file: footer/footer.html
# End Format
# Begin Editor
editor: source
# End Editor
bibliography: references.bib