Sha256: f06a4132e7865ed8e8ece766efe26d272993e49670e8abcfadf42dd2a5c43cf1
Contents?: true
Size: 600 Bytes
Versions: 1
Compression:
Stored size: 600 Bytes
Contents
#!/bin/sh echo "Remove MyRevealJS" rm -rf ~/hyla/MyRevealSlideShow cd ~/hyla echo "Create a blank project" hyla new --blank -d MyRevealSlideShow echo "Create from slideshow template a RevealJS file" hyla create --t slideshow -a revealjs -d MyRevealSlideShow echo "Generate HTML5 Slideshow content" cd MyRevealSlideShow hyla generate --backend revealjs -s . -d generated_content -r adoc2htmlslide echo "Open the slideshow using your web browser" open http://localhost:4000/hyla/slideshow_revealjs.html & echo "Start web server" hyla serve -P 4000 -H localhost -b /hyla/ -d generated_content/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyla-1.0.3 | documentation/scripts/generate_slideshow_revealjs.sh |