-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
46 lines (43 loc) · 1.13 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
project:
type: r3-theme
# pre-render: quarto render slides/*.qmd
# resources:
# - slides/*.html
book:
title: "Introduction to GitHub"
author:
- Signe Kirk Brødbæk
- Luke W. Johnston
date: last-modified
repo-url: https://github.com/rostools/github-intro
site-url: https://github-intro.rostools.org
body-header: "{{< text_snippet wip >}}"
chapters:
- index.qmd
- part: "Preamble"
chapters:
- preamble/syllabus.qmd
- preamble/schedule.qmd
- preamble/pre-workshop.qmd
- part: "Sessions"
chapters:
- sessions/introduction.qmd
- sessions/basics.qmd
- sessions/working-with-files.qmd
- sessions/using-issues.qmd
- sessions/conclusion.qmd
appendices:
- 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