Sign inSign up

b0ch3nski/revealjs-markdown-nginx

By b0ch3nski

Updated almost 8 years ago

Reveal.js with Markdown support hosted by Nginx on Docker.

Image
0

944

b0ch3nski/revealjs-markdown-nginx repository overview

revealjs-markdown-nginx

Reveal.js with Markdown support hosted by Nginx on Docker.

Usage

Start website with example presentation:

docker run -d --name revealjs -p 8080:80 b0ch3nski/revealjs-markdown-nginx

You can examine the example by looking at index.md file. For more detailed information, see Markdown section of reveal.js documentation.

To start container with your presentation, mount it using volume:

-v "${PWD}/slides.md:/usr/share/nginx/html/index.md":ro

Note: make sure that your presentation has 755 permissions - otherwise, nginx will fail with permission denied error.

Tag summary

Content type

Image

Digest

Size

9 MB

Last updated

almost 8 years ago

docker pull b0ch3nski/revealjs-markdown-nginx