-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
46 lines (42 loc) · 1.42 KB
/
_quarto.yml
File metadata and controls
46 lines (42 loc) · 1.42 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
project:
type: website
resources:
- "accessibility/html/fonts.html"
website:
page-footer: "© 2025 University of Leeds <br> [Update cookie preferences]{#open_preferences_center .btn .btn-outline-primary}"
cookie-consent: true
title: "SWD2: Intro to version control with git and GitHub"
navbar:
logo: "logo.png"
logo-alt: "Logo, with a cartoon blue cloud with electronic circuits"
sidebar:
contents:
- href: https://github.com/ARCTraining/git
text: Visit the GitHub repository
- section: Day 1
contents:
- href: version_control/01_intro.qmd
- href: version_control/01_practical.qmd
- href: version_control/02_local_git.qmd
- href: version_control/02_practical.qmd
- href: version_control/03_remote_git.qmd
- href: version_control/03_practical.qmd
- href: version_control/04_branching.qmd
- href: version_control/04_practical.qmd
- section: Day 2
contents:
- href: version_control/05_undo_changes.qmd
- href: version_control/05_homework.qmd
- href: version_control/06_collaboration.qmd
- href: version_control/06_practical.qmd
format:
html:
respect-user-color-scheme: true
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
css: styles.css
toc: true
include-in-header: header.html
include-before-body: main.html
highlight-style: a11y