A quarto extension featuring an HSNR-inspired theme for the reveal.js format.
See the included template.qmd file for an example of the theme and integration into Quarto or explore the rendered version here.
You can obtain a copy of the extension by using:
quarto use template produnis/hsnr-revealjsThis will install the extension and create an example qmd file that you can use as a starting place for your presentation slides.
Once the extension is installed, you can use the extension by setting the format inside of the document header to hsnr-revealjs.
---
title: "Quarto und Revealjs"
subtitle: "Eine kurze Einführung"
author:
- name: Prof. Dr. Klara Aufbau
institute: Fachbereich Gesundheitswesen
modul: M3 Spezialwissen 2024
kohorte: MHC
date: 2004-12-21
bibliography: literatur.bib
format:
hsnr-revealjs:
footer: "Prof. Dr. Theo Rethisch | Fachbereich 10 | Hochschule Niederrhein"
---The title page is created automatically, if you set title and author in YAML-Header. If you want to skip the title page, just delete title and author from YAML-Header.
A custom title page can be set directly after the YAML-header:
::: {.HSNR-title}
## custom Title {background-image="_extensions/produnis/hsnr/KreisschwungKrefeld.png" background-position="left" background-size="21%"}
### you can put anything here
#### Prof. Dr. Anna Lüse
##### delete `title` und `author` in `YAML` header...
###### ... to hide the standard title page
{.absolute bottom=0 right=0 width=300}
:::
This theme was developed with the help of James J Balamuta, thx for your time and explanations.