-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
69 lines (66 loc) · 1.84 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
project:
type: website
output-dir: docs
execute-dir: project
resources:
- templates/README-dataset-template.md
- templates/README-data-project_template.md
- templates/README-paper-template.md
- templates/test_function.R
render:
- "*.qmd"
- "!paper/manuscript.qmd"
website:
title: "Reproducible workflows workshop"
sidebar:
tools:
- icon: github
href: https://github.com/robitalec/reproducible-workflows-workshop
contents:
- text: "Home"
file: index.qmd
- section: Exercises
contents:
- text: Projects
file: "exercises/projects.html"
- section: Functions
contents:
- auto: "exercises/functions/*"
- section: "{targets}"
contents:
- auto: "exercises/targets/*"
- text: "{renv}"
file: "exercises/renv.qmd"
- text: "{conflicted}"
file: "exercises/conflicted.qmd"
- section: Resources
contents:
- auto: "resources/*"
- section: Slides
contents:
- auto: "slides/*.qmd"
- section: Templates
href:
contents:
- section: README
contents:
- text: dataset-template.md
file: _templates/README/dataset-template.md
- text: dataset-project-template.md
href: _templates/README/data-project-template.md
- text: data-project_template.md
href: _templates/README/paper-template.md
- section: Functions
contents:
- text: test_function.R
href: _templates/test_function.R
format:
html:
theme:
light: cosmo
dark: darkly
toc: true
code-line-numbers: false
code-copy: true
code-link: true
code-block-border-left: false