RevealJS Coeos

A dark, restrained theme for talks.

What the coeos theme gives a Quarto presentation, how to start from it, and where to see one.

A conference deck spends most of its life on a projector in a bright room, where a busy theme is a liability.

coeos is dark and restrained: a full title slide, a logo in the corner, a footer carrying the author and licence, and slide numbers, with nothing else competing for attention.

See a deck built by this site.

Starting a presentation

quarto use template mcanouil/quarto-revealjs-coeos@1.11.2

Adding it to a presentation you already have

quarto add mcanouil/quarto-revealjs-coeos@1.11.2

This will install the extension under the _extensions subdirectory. If you are using version control, you will want to check in this directory.

Quick start

format: coeos-revealjs

The theme takes the title, subtitle, author, institute, and date from the front matter and lays out the title slide from them.

See the Reference for what it styles, and the Examples for the source behind the deck.

Where it works

RevealJS.

Back to top