Skip to content

Instantly share code, notes, and snippets.

@drcjar
Last active August 30, 2017 17:31
Show Gist options
  • Save drcjar/39273c3ccc4066748dca64b17b818e9f to your computer and use it in GitHub Desktop.
Save drcjar/39273c3ccc4066748dca64b17b818e9f to your computer and use it in GitHub Desktop.
make a presentation

how to make a presentation using pandoc, reveal.js, and github

  1. get a github account if you haven't yet
  2. make a new repo e.g my-presentation-dec2016 or something else equally memorable
  3. clone it to your computer
  4. git submodule add https://github.com/hakimel/reveal.js.git reveal.js
  5. write your presentation in pandoc markdown e.g my-presentation-dec2016.md
  6. run pandoc -t revealjs -s my-presentation-dec2016.md -o index.html
  7. push changes to github repo
  8. on github repo settings turn on gh-pages
  9. navigate to mywebsite.com/mypresentation-dec2016 to see it (hopefully)
@drcjar
Copy link
Author

drcjar commented Aug 30, 2017

should consider using jupyter notebook to make presentation with reveal.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment