Skip to content

Repository files navigation

talks

This repo contains presentations/talks/slides shared to DOxMX

Using reveal.js for presentations


Dependencies


Generating presentations

  • Generate a markdown file
  • Transform the markdown to a presentation with pandoc
$(type -p podman docker | head -1 ) run \
--rm \
--volume ${PWD}:/data:z \
docker.io/pandoc/core:latest \
-t revealjs \
-s \
-o my_presentation.html \
my_presentation.md \
-V revealjs-url=https://unpkg.com/reveal.js/ \
-V theme=serif \
--slide-level 3

reveal.js themes

To use other themes, add the flag:

-V theme=<THEME_NAME> \

The list of included themes is found in the revealjs project


Now you can use your generated html file in a browser!


About

Talks from the DOxMX org

Topics

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages