Slidify now allows you to publish your slide decks as gists. You will need the dev
version of slidify
to use this feature.
require(devtools)
install_github(c('slidify', 'slidifyLibraries'), 'ramnathv', ref = 'dev')
Let us first create a directory for our slide deck and open an index.Rmd
file to author our presentation.