forked from grantmcdermott/quarto-revealjs-clean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.qmd
More file actions
51 lines (38 loc) · 1.34 KB
/
Copy pathtemplate.qmd
File metadata and controls
51 lines (38 loc) · 1.34 KB
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
---
title: TODO TITLE
subtitle: TODO SUBTITLE
format:
clean-revealjs:
code-block-height: 650px
author:
- name: Cindy Xiao
email: contact@decoderloop.com
affiliations: Decoder Loop
logo: images/decoderloop-logo-light.png
date: last-modified
slide-level: 4
footer: TODO TITLE | TODO EVENT | © Decoder Loop Technologies 2026
title-slide-attributes:
data-background-image: "images/freshwater-bay-1600.jpg"
data-background-size: 50%
data-background-position: right 5% bottom 50%
---
## Example slide
### This is a subtitle
Here we have some text that may run over several lines of the slide frame,
depending on how long it is.
- first item
- A sub item
Next, we'll brief review some theme-specific components.
- Note that _all_ of the standard Reveal.js
[features](https://quarto.org/docs/presentations/revealjs/)
can be used with this theme, even if we don't highlight them here.
## Additional theme classes
### Some extra things you can do with the clean theme
Special classes for emphasis
- `.alert` class for default emphasis, e.g. [important note]{.alert}.
- `.fg` class for custom colour, e.g. [important note]{.fg style="--col: #e64173"}.
- `.bg` class for custom background, e.g. [important note]{.bg style="--col: #e64173"}.
Cross-references
- `.button` class provides a Beamer-like button, e.g.
[[Summary]{.button}](#sec-summary)