lballabio / docker-revealjs-example

Example Presentation for fschl/docker-revealjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Presentation For Docker-Revealjs

This uses the Docker image fschl/revealjs:onbuild to create a containerized Reveal.js presentation.

Usage

  1. make sure you have the docker image fschl/revealjs:onbuild locally available

  2. create a single line Dockerfile

FROM fschl/revealjs:onbuild

  1. edit the slides.md file
  2. add images to /images folder
  3. run make build to run your presentation while editing slides content, etc.

Attention

Because I havent made fschl/docker-revealjs an automated Docker build yet, you most likely need to clone this repo and build the image yourself.

About

Example Presentation for fschl/docker-revealjs


Languages

Language:HTML 54.9%Language:CSS 29.2%Language:Makefile 14.3%Language:Dockerfile 1.6%