-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
39 lines (36 loc) · 859 Bytes
/
_quarto.yml
File metadata and controls
39 lines (36 loc) · 859 Bytes
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
project:
type: r3-theme
book:
title: "Guides for the r-cubed workshops"
favicon: "images/favicon.ico"
site-url: "https://guides.rostools.org"
repo-url: "https://github.com/rostools/guides"
chapters:
- index.qmd
- part: "Instructors"
chapters:
- workshops.qmd
- instructors.qmd
- helpers.qmd
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- part: "Participants"
chapters:
- conduct.qmd
- connect-github.qmd
- posit-cloud.qmd
- learning.qmd
- faq.qmd
- LICENSE.md
page-footer:
center:
- text: "License: CC BY 4.0 {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}}"
href: LICENSE.html
format:
r3-theme-html:
include-before-body:
- "includes/site-counter.html"
editor:
markdown:
wrap: 72
canonical: true