-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
47 lines (39 loc) · 994 Bytes
/
_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
47
project:
type: book
book:
favicon: images/apple-touch-icon.png
title: "rOpenSci Blog Guide for Authors and Editors"
author: "Stefanie Butland, Steffi LaZerte, Maëlle Salmon, Yanina Bellini Saibene"
reader-mode: true
site-url: https://blogguide.ropensci.org/
repo-url: https://github.com/ropensci-org/blog-guidance/
repo-actions: [edit, issue]
chapters:
- index.Rmd
- part: Author Guide
chapters:
- authorcontent.Rmd
- authortechnical.Rmd
- authorreview.Rmd
- authorpromote.Rmd
- part: Editor Guide
chapters:
- editor.Rmd
- editor-meta.Rmd
- part: Appendix
chapters:
- templatemd.Rmd
- templatermd.Rmd
- authortemplate.Rmd
- authorchecklistpeer.Rmd
- authorchecklistany.Rmd
- editorchecklistpeer.Rmd
- editorchecklistany.Rmd
- editor-meta.Rmd
execute:
echo: false
format:
html:
theme: [cosmo, custom.scss]
code-link: true
include-in-header: "matomo.html"