- get a github account if you haven't yet
- make a new repo e.g my-presentation-dec2016 or something else equally memorable
- clone it to your computer
- git submodule add https://github.com/hakimel/reveal.js.git reveal.js
- write your presentation in pandoc markdown e.g my-presentation-dec2016.md
- run pandoc -t revealjs -s my-presentation-dec2016.md -o index.html
- push changes to github repo
- on github repo settings turn on gh-pages
- navigate to mywebsite.com/mypresentation-dec2016 to see it (hopefully)
Last active
August 30, 2017 17:31
-
-
Save drcjar/39273c3ccc4066748dca64b17b818e9f to your computer and use it in GitHub Desktop.
make a presentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should consider using jupyter notebook to make presentation with reveal.js