Introduce partner and funder logos
Change-Id: I71e00aaa51c2dffe74335c7c4f170e8d507356d6
diff --git a/examples/minimal.Rmd b/examples/minimal.Rmd
new file mode 100644
index 0000000..ca5e595
--- /dev/null
+++ b/examples/minimal.Rmd
@@ -0,0 +1,53 @@
+---
+title: "Minimal Deck"
+subtitle: "smallest useful revealjs.ids presentation"
+author: "John Doe"
+date: "1 January 2026"
+# linked QR code in the top left of the title slide:
+website: "https://www.ids-mannheim.de/digspra/"
+# second institution logo (top right of every slide, next to the IDS logo);
+# funder logo (bottom left of the title slide). Local files are embedded:
+# partner_logo: "partner-logo.svg"
+# funder_logo: "funder-logo.svg"
+output: revealjs.ids::revealjs_presentation
+---
+
+```{r setup, include=FALSE}
+knitr::opts_chunk$set(echo = TRUE)
+```
+
+# Introduction
+
+## Markdown basics
+
+- Some **bold** text in the IDS style
+- Incremental points with `{.fragment}` or global `incremental: true`
+
+<!-- 00:30 -->
+
+::: notes
+This slide has speaker notes (press `s` for the speaker view) and a
+half-minute time budget from the timing comment above -- watch the pacing
+timer.
+:::
+
+# Results
+
+## Data frames look reasonable by default
+
+```{r}
+head(cars, 6)
+```
+
+## And plots as usual
+
+```{r pressure, fig.height=5, fig.width=10, message=FALSE}
+plot(pressure)
+```
+
+# Misc
+
+## Links
+
+A linked QR code, e.g. for supplementary material, can be put on any slide
+with inline R code: `r revealjs.ids::qrlink("https://www.ids-mannheim.de/")`