-
Notifications
You must be signed in to change notification settings - Fork 26
/
_quarto.yml
67 lines (58 loc) · 1.72 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
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/Introduction-RStudio-Git-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.qmd
sidebar:
style: docked
contents:
- text: "Home"
href: index.qmd
- section: "Tutorial"
contents:
- href: installing_software.qmd
text: "Installing R and RStudio"
- href: installing_git.qmd
text: "Installing and configuring Git"
- href: github.qmd
text: "Getting an account on GitHub"
- href: SSH.qmd
text: "Securing your connection to GitHub"
- href: rstudio_project.qmd
text: "Creating an RStudio project"
- href: analysis_start.qmd
text: "Starting our analysis project"
- href: version_control.qmd
text: "Getting our project under version control"
- href: making_change.qmd
text: "Making some changes"
- href: commit.qmd
text: "Committing our change"
- href: viewing_history.qmd
text: "Viewing history"
- href: github_sync.qmd
text: "Connecting our local repository to GitHub"
- href: updates.qmd
text: "Subsequent updates"
- href: next_steps.qmd
text: "Things we haven’t told you"
format:
html:
theme:
- cosmo
- custom.scss
css: styles.css
toc: true