Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 455 Bytes

gh-reveal

Slides with Reveal.js & Jekyllrb for github pages

Demo at https://tcoupin.github.io/gh-reveal

Run with docker

docker run --rm -it --label=jekyll -v $(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll:pages jekyll serve --watch

or with drafts

docker run --rm -it --label=jekyll -v $(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll:pages jekyll serve --watch --drafts