-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
45 lines (42 loc) · 864 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
project:
type: website
output-dir: docs
format:
bookup-html+dark:
grid:
body-width: 1300px
margin-width: 130px
gutter-width: 1.5rem
embed-fonts: true
toc: true
toc-depth: 2
toc-expand: 2
number-sections: false
sidebar:
style: "docked"
monofont: Fira Code Light
nav-buttons: [github]
github: https://github.com/david-jankoski/tidytuesday
website:
title: "David Jankoski - Tidy Tuesday"
search: true
reader-mode: true
navbar:
background: "#2e3f58"
sidebar:
style: "floating"
contents:
- section: "Contents"
contents:
- index.qmd
- section: "Appendix"
contents:
- colophon.qmd
- open_source_contributions.qmd
echo: true
code-fold: true
monofont: Fira Code
editor: visual
execute:
warning: false
message: false