doxmx / talks

Talks from the DOxMX org

Repository from Github https://github.comdoxmx/talksRepository from Github https://github.comdoxmx/talks

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

License:GNU General Public License v3.0


Languages

Language:CSS 100.0%