-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (63 loc) · 1.71 KB
/
_quarto.yml
File metadata and controls
67 lines (63 loc) · 1.71 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
project:
type: rostools-theme
pre-render:
- quarto render slides/*.qmd
resources:
- slides/*.html
book:
title: "Introduction to GitHub"
author:
- name: Signe Kirk Brødbæk
affiliation: "Steno Diabetes Center Aarhus"
orcid: "0009-0000-2208-7088"
- name: Luke William Johnston
affiliation: "Steno Diabetes Center Aarhus"
orcid: "0000-0003-4169-2616"
date: last-modified
repo-url: https://github.com/rostools/github-intro
site-url: https://github-intro.rostools.org/
chapters:
- index.qmd
- part: "Overview"
chapters:
- overview/syllabus.qmd
- overview/is-this-for-you.qmd
- overview/schedule.qmd
- overview/learning-design.qmd
- part: "Pre-workshop"
chapters:
- pre-workshop/overview.qmd
- pre-workshop/code-of-conduct.qmd
- pre-workshop/git-and-github.qmd
- pre-workshop/github-account.qmd
- pre-workshop/survey.qmd
- part: "Sessions"
chapters:
- sessions/introduction.qmd
- sessions/basics.qmd
- sessions/create-repo.qmd
- sessions/working-with-files.qmd
- sessions/using-issues.qmd
- sessions/conclusion.qmd
appendices:
- appendix/faq.qmd
- appendix/for-teachers.qmd
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE.md
page-footer:
center:
- text: "License: CC BY 4.0 {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}}"
href: LICENSE.md
- text: "Code of Conduct"
href: "pre-workshop/code-of-conduct.qmd"
format:
rostools-theme-html:
include-before-body:
- "includes/site-counter.html"
editor:
markdown:
wrap: 72
canonical: true
metadata-files:
- _metadata.yml