-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
29 lines (27 loc) · 804 Bytes
/
_pkgdown.yml
File metadata and controls
29 lines (27 loc) · 804 Bytes
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
url: https://github.com/matt-dray/quartostamp/
template:
bootstrap: 5
bslib:
primary: "#729fd5"
reference:
- title: "Classes"
desc: "Classes that impact the content of a Quarto slide if placed on the same row as the slide title. These are surrounded by curly braces (i.e. `{}`)."
contents:
- contains("smaller")
- contains("scrollable")
- title: "Divs"
desc: "Div blocks that style the content you put inside them. These are fenced by multiple colons (e.g. `:::`)."
contents:
- contains("aside")
- contains("callout")
- contains("columns")
- contains("footer")
- contains("incremental")
- contains("notes")
- contains("tabset")
- title: "Other"
desc: "Other miscellaneous elements."
contents:
- contains("divider")
- contains("footnote")
- contains("pause")