Skip to content

tommy4st/reveal-md-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

The reveal-md container.

The application reveal-md is used to show markdown files in the browser.

Running the container

Make your presentation in a file like index.md and continue:

docker run -v $(pwd):/usr/src/app -p 1948:1948 tommy4st/reveal-md

Here you map your current directory ($(pwd)) into the directory that reveal-md presents.

Presenting

Open your browser and go to: http://localhost:1948/ (Or incase Docker is running somewhere else, replace "localhost" by the name of host Docker is running on.)

Customizing

Use the reveal-md Options and Reveal.js Options to customize your reveal-md instance.

You can also put your own styles in a file named _style.css in the root directory of the Markdown files.

Live Reload

... doesn't work :(

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published