This repository was archived by the owner on Oct 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
59 lines (54 loc) · 1.42 KB
/
_quarto.yml
File metadata and controls
59 lines (54 loc) · 1.42 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
project:
type: book
output-dir: _book
execute-dir: project
book:
title: "Research Software Engineering with R: Building software that makes research possible"
# TODO: Update for each tag/release?
date: last-modified
author:
- "Madeleine Bonsma-Fisher"
- "Kate Hertweck"
- "Damien Irving"
- "Luke Johnston"
- "Joel Ostblom"
- "Ian Flores Siaca"
- "Charlotte Wickham"
- "Greg Wilson"
favicon: favicon.ico
site-url: "https://merely-useful-tech/r-rse"
repo-url: "https://github.com/merely-useful/r-rse"
repo-branch: main
repo-actions: [edit, issue, source]
search:
location: navbar
type: overlay
chapters:
- index.Rmd
- chapters/01-preface.Rmd
- chapters/03-package-setup.Rmd
- chapters/08-documentation.Rmd
- chapters/10-community-involvement.Rmd
- chapters/11-version-control-workflow.Rmd
appendices:
- appendices/references.md
page-footer:
center:
- text: "License: CC BY 4.0"
href: LICENSE.md
# TODO: This strangely doesn't work, will need to address it later.
# csl: includes/jcb.csl
bibliography: includes/book.bib
format:
html:
df-print: tibble
code-link: true
theme:
- zephyr
# - includes/theme.scss
editor_options:
markdown:
wrap: 72
canonical: true
execute:
freeze: true