-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
52 lines (48 loc) · 1.28 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
project:
type: r3-theme
# resources:
# - slides/*.html
book:
title: Git for Collaborative Teams
subtitle: "An introductory course on team-based collaboration with Git and GitHub"
body-header: |
::: {.callout-warning appearance="default" icon="true"}
🚧 This course is still in active development 🚧
:::
author:
- name: Luke W. Johnston
orcid: 0000-0003-4169-2616
- name: Signe Kirk Brødbæk
date: last-modified
site-url: https://git4cats.rostools.org
repo-url: https://github.com/rostools/git4cats
chapters:
- index.qmd
- part: "Preamble"
chapters:
- preamble/syllabus.qmd
- preamble/schedule.qmd
- preamble/pre-course.qmd
- part: "Sessions"
chapters:
- sessions/introduction.qmd
- sessions/lesson.qmd
- sessions/what-next.qmd
appendices:
- appendix/social.qmd
- appendix/for-instructors.qmd
- appendix/references.qmd
page-footer:
center:
- text: "License: CC BY 4.0 {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}}"
href: LICENSE.html
- text: "Code of Conduct"
href: "https://guides.rostools.org/conduct.html"
format:
r3-theme-html: default
editor:
markdown:
wrap: 72
canonical: true
execute:
eval: false