Skip to content

Commit

Permalink
adds images and removes executable code slide #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jan 26, 2024
1 parent b98a79a commit f3f8530
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions quarto-test/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ website:
twitter-card:
creator: "@mxochicale"
card-style: summary
image: favicon_org.png
image: images/favicon_org.png
open-graph:
image: favicon_org.png
image: images/favicon_org.png

File renamed without changes
Binary file added quarto-test/images/milky-way.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
24 changes: 12 additions & 12 deletions quarto-test/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ format:
chalkboard:
buttons: true
preview-links: auto
logo: quarto-logo.png
logo: images/quarto-logo.png
css: quarto-styles.css
footer: <https://quarto.org>
---
Expand All @@ -25,21 +25,21 @@ This presentation will show you examples of what you can do with Quarto and [Rev
...and much more


## Executable Code

```{r}
#| echo: true
#| fig-width: 10
#| fig-height: 4.5
library(ggplot2)
ggplot(mtcars, aes(hp, mpg, color = am)) +
geom_point() +
geom_smooth(formula = y ~ x, method = "loess")
```
## Media Backgrounds {background="#43464B" background-image="images/milky-way.jpeg"}

You can also use the following as a slide background:

- An image: `background-image`

- A video: `background-video`

- An iframe: `background-iframe`

::: footer
Learn more: [Executable Code](https://quarto.org/docs/presentations/revealjs/#executable-code)
Learn more: [Media Backgrounds](https://quarto.org/docs/presentations/revealjs/#image-backgrounds)
:::




0 comments on commit f3f8530

Please sign in to comment.