Skip to content

Ameausoone/docker-asciidoctor-reveal.js-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and serve your AsciiDoctor-reveal.js presentation

Skeleton project to live-edit and present your AsciiDoctor-reveal.js slides.

Usage

  • Fork and git clone this repo

  • Run :

docker-compose up
  • Open your browser and go to: http://localhost:8000

  • Now you can edit your slides, and view them in your browser

Note
For open by default your presentation, just override "INDEX" in docker-compose.yml file.

Informations

Asciidoc

You can follow this tutorial or check the samples in slides directory to create your slides using AsciiDoctor.

Html

Generated html files are available in output directory.

Generate

If you just want to generate html page, run :

docker run -v $PWD/slides/:/opt/slides/ -v $PWD/output:/opt/output/ --rm ameausoone/docker-image-asciidoctor-reveal.js make

Publish to Github pages

To publish your presentation to Github pages, follow this article.

About

Skeleton project to build asciidoctor reveal.js presentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published