Another reveal-md docker image, with a custom theme to fit our needs
4.0K
This image has a modified theme for 3XM Group.
To use the image you can select the reveal-js themes, or use our custom one:
docker run --rm -p 1948:1948 -v $(pwd):/slides iotops/reveal-md --theme 3xm /slides
You can also make a static site to serve your presentations to the world (later you can move the generated web directory to the final destination):
docker run --rm -p 1948:1948 -v $(pwd):/slides iotops/reveal-md --static /slides/web --theme 3xm /slides
The cover repects frontmatters, as an example you can create a md file
---
title: Title of the talk
subtitle: subtitle
authors: IoTOps
email: "your@email"
---
# Title
* Point 1
* Point 2
---
## Second slide
> Best quote ever.
Note: speaker notes FTW!
Content type
Image
Digest
Size
162.1 MB
Last updated
almost 6 years ago
docker pull iotops/reveal-md