— author: Ankit Goyal

title: introduction to mdpresent tool

Mdpresent

a quick presentation deployment tool


Concept

write in markdown, deploy on heroku or github, show the whole world!


Getting started

Install the mdpresent ruby gem

gem install mdpresent

How to setup github pages


mdpresent new slides
mdpresent setup github

Creating and deploying a presentation


cd md_files
touch presentation.md
mdpresent gen md_files/presentation.md
git add www md_files
 git commit -am 'presentation on mdpresent'

mdpresent deploy
mdpresent update_home
mdpresent open

You can very easily deploy on heroku platform too..

Visit github.com/goyalankit/mdpresent


Credits

Thanks to @egonSchiele for writing mdpress gem to generate presentations.


Thanks!