Dragging items around in PowerPoint, or clicking around, is tedious and can distract from the ultimate goal of producing good content. 😢
Using Markdown to create content may help minimize distractions, resulting in better content. 🥳
This is a UCSF-style theme for Quarto-with-reveal.js presentations. This should be mostly compatible with accessibility guidelines. Please file a GitHub issue or email me if you believe it is not, or have any other suggestions. 😊
You'll need RStudio, Positron, or VS Code.
For any one slide deck, you'll always have two files:
- a behind-the-scenes file: a Quarto file (
.qmdextension) - the visible slide deck: an HTML file (
.htmlextension) that you can open, and present, in any web browser
You will directly create and edit the Quarto file. The software (see above) will use that Quarto file to update ("render") the HTML file.
Write content in the Quarto file using Markdown. Begin section titles with the hash symbol (#) and begin slide titles with two hash symbols (##).
See demo.qmd for a demonstration.
The theme itself is fully contained in ucsf.scss.
title: the titlesubtitle: the subtitle (delete this line if you don't have a subtitle)author: the authorsdate: the date in YYYY-MM-DD format
embed-resources: change this totrueif you intend to share the HTML slide deckdata-background-image: optionally, use a more logo that is specific to your school, department, or project