Skip to content

tcoupin/gh-reveal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Slides with Reveal.js & Jekyl for github pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published