-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
57 lines (50 loc) · 1.09 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
project:
type: website
website:
title: "📦 Fundamentals of Package Development"
navbar:
background: secondary
right:
- icon: github
href: https://github.com/ateucher/pkg-dev-dfo-2024-11
aria-label: GitHub
left:
- href: index.qmd
text: Home
- sidebar:modules
- href: materials/pkg-dev-dfo.pdf
text: Slides (PDF)
aria-label: "PDF of slides"
repo-url: https://github.com/ateucher/pkg-dev-dfo-2024-11
repo-actions: [edit, issue]
sidebar:
search: true
id: modules
title: "Modules"
style: docked
background: light
contents:
- intro.qmd
- setup.qmd
- understanding-pkgs.qmd
- create-pkg-and-metadata.qmd
- testing.qmd
- dependencies_and_ci.qmd
- documentation.qmd
- website.qmd
- using-the-tidyverse.qmd
- design.qmd
- share.qmd
bibliography: references.bib
execute:
eval: false
format:
html:
theme:
light:
- flatly
- style-light.scss
dark:
- darkly
- style-dark.scss
toc: true