How to create a custom title slide for revealjs? #2579
-
I am trying to produce a custom title slide to match my institution's PowerPoint format. The title slide has a banner with a logo at the very top, a full-width image right below that, and the printed title, author, meeting name, and date in the space below the image. This text should be left-aligned. I have been able to place the image on the slide with the following YAML:
I have not been able to figure out the correct YAML or CSS entries to place the text where I want it. Can anyone tell me how to do this? I have attached (below) an example of the intended format. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I would write a format extension (https://quarto.org/docs/extensions/formats.html) for starter. |
Beta Was this translation helpful? Give feedback.
I would write a format extension (https://quarto.org/docs/extensions/formats.html) for starter.
If you have a repository with what you already have, I might be able to help, meanwhile your can take inspiration from other presentation template formats: https://github.com/mcanouil/awesome-quarto#presentations.