Generate reveal.js slides and PDF from asciidoc in codecentric style on macos
-
Install asciidoctor >= 1.5.2 if not already installed
-
Install asciidoctor-pdf
-
Install Panton fonts (available in Centerdevice)
-
git clone https://github.com/salyh/asciidoc-cc-reveal-js-presentation.git <TITLE OF YOUR PRESENTATION/PROJEKT>
-
cd <TITLE OF YOUR PRESENTATION/PROJEKT>
-
./init_deps.sh
-
Edit src/docs/_settings.adoc (Optional)
-
Edit src/docs/slides.adoc
-
Add new content/slides
-
Put images into images/ folder
-
Images with transparency are shown on white background
-
-
reveal.js HTML http://salyh.github.io/asciidoc-cc-reveal-js-presentation/slides_revealjs.html
-
reveal.js PDF http://salyh.github.io/asciidoc-cc-reveal-js-presentation/slides_decktape.pdf
-
Plain HTML http://salyh.github.io/asciidoc-cc-reveal-js-presentation/slides_html5.html
-
Plain PDF http://salyh.github.io/asciidoc-cc-reveal-js-presentation/slides_plain.pdf
-
./package.sh
-
A file with name slides_revealjs.tar.gz will be created