-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_quarto.yml
44 lines (39 loc) · 1.26 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
project:
type: book
book:
title: "rOpenSci Community Contributing Guide"
description: "A guide to help people find ways to contribute to rOpenSci"
author-meta: "Stefanie Butland & Steffi LaZerte"
favicon: "favicon/favicon.ico"
cover-image: images/contrib_guide_cover.png
cover-image-alt: |
Contributing guide cover featuring hexagonal panels
each with a different person doing something different:
lab work, computer work, field work, waving,
hanging out with a dog/cat
reader-mode: true
site-url: https://contributing.ropensci.org/
repo-url: https://github.com/ropensci-org/contributing-guidance/
repo-actions: [edit, issue]
open-graph: true
twitter-card:
site: "@rOpenSci"
creator: "@rOpenSci"
image: images/contrib_guide_cover.png
image-alt: "Contributing guide cover featuring hexagonal panels each with a different person doing something different: lab work, computer work, field work, waving, hanging out with a dog/cat."
chapters:
- index.qmd
- welcome.qmd
- intro.qmd
- motivations.qmd
- resources.qmd
- appendix.qmd
- part: Appendix
chapters:
- bibliography.qmd
- news.qmd
format:
html:
theme: [cosmo, custom.scss]
code-link: true
include-in-header: "matomo.html"