-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
53 lines (45 loc) · 1.04 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
project:
type: website
format:
revealjs:
menu: false
controls: false
section-divs: true
preview-links: false
link-external-newwindow: true
embed-resources: true
transition: fade
background-transition: fade
navigation-mode: linear
email-obfuscation: javascript
theme: theme.scss
footer: '**Paul Johnson //** Simulation-Based Hypothesis Testing **//** Jan 24, 2025'
progress: true
multiplex: false
scrollable: false
hide-inactive-cursor: true
highlight-style: printing
pause: true
fig-width: 6
fig-height: 7
fig-align: center
output-location: column
editor: source
knitr:
opts_chunk:
dev: "ragg_png"
retina: 1
dpi: 300
execute:
freeze: auto
echo: true
warning: false
revealjs-plugins:
- verticator
bibliography: references.bib
title-slide-attributes:
data-background-image: "man/figures/logo.jpg"
data-background-position: "right 5% bottom 5%"
data-background-size: "22%"
data-background-opacity: "1"
from: markdown+emoji