-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
109 lines (66 loc) · 2.67 KB
/
index.qmd
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
## {.center background-color="#ffffff" }
<img src="images/companies-2.png" class="w-100">
## {background-image="images/1.png" background-size="contain" }
## {background-image="images/2.png" background-size="contain" }
## {background-image="images/3.png" background-size="contain" }
## {background-image="images/4.png" background-size="contain" }
## {background-image="images/5.png" background-size="contain" }
## {background-image="images/6.png" background-size="contain" }
## {background-image="images/7.png" background-size="contain" }
## {background-image="images/8.png" background-size="contain" }
## {background-image="images/9.png" background-size="contain" }
# Quickly get your Quarto HTML theme in order {background-image="images/bg-dark.png" background-size="contain" color="white" style="margin-top:-60px;"}
<div class="quarto-title-authors">
<div class="quarto-title-author">
<div class="quarto-title-author-name">
Greg Swinehart / Posit, PBC
</div>
</div>
</div>
## {background-image="images/bs5.jpg" background-size="cover" }
## {background-image="images/bs5-2.jpg" background-size="contain" }
## Set your custom theme
<div style="margin-top:80px;"></div>
```{.html code-line-numbers="3-5|3,6-9|9" filename="_quarto.yml"}
title: "Quickly get your Quarto HTML theme in order"
author: "Greg Swinehart / Posit, PBC"
format:
revealjs:
theme: theme.scss
html:
theme:
light: theme.scss
dark: [default, cosmos, dark-theme.scss]
```
## Your theme’s .scss file
<div style="margin-top:80px;"></div>
::: {.fragment}
- ### **SCSS**
(Generally controls a lot the things)
:::
::: {.fragment}
- ### **CSS**
(Generally controls one or a few specific things)
:::
## Your theme’s .scss file
<div style="margin-top:100px;"></div>
```{.html code-line-numbers="1-3|7-11|1,7" filename="theme.scss"}
/*-- scss:defaults --*/
$sass-variables-here
/*-- scss:rules --*/
.css-variables-here {
}
```
## {background-video="images/quarto-variables.mp4" color="white" background-size="contain"}
## {background-video="images/github.mp4" color="white" background-size="contain"}
## {background-video="images/bslib.mp4" color="white" background-size="contain"}
## {background-video="images/revealjs.mp4" color="white" background-size="contain"}
# Thank you! {background-image="images/bg-dark.png" background-size="contain" color="white" style="margin-top:-100px;" .smaller}
<div style="margin-top:80px;"></div>
::: {.fragment}
<h3>greg@posit.co</h3>
:::
::: {.fragment}
<div style="margin-top:30px;"></div>
<h3>[http://bit.ly/quarto-themes](http://bit.ly/quarto-themes)</h3>
:::