On Github pratamairfan / hello
Created by Evan Oxfeld / @evanoxfeld
reveal.js is a framework for easily creating beautiful presentations using HTML. You'll need a browser with support for CSS 3D transforms to see it in its full glory.
<section data-markdown> ## Markdown support Instructions and a bit more info available [here](https://github.com/hakimel/reveal.js#markdown). </section>
Presentations can be exported to PDF, below is an example that's been uploaded to SlideShare.
git clone https://github.com/hakimel/reveal.js.git [projectname]
git br -m gh-pages
git remote rename origin reveal
git remote add origin https://github.com/EvanOxfeld/revealjs-on-github-presentation.git
git push -u origin gh-pages
EvanOxfeld.github.io/revealjs-on-github-presentation
help.github.com/articles/setting-up-a-custom-domain-with-pages
blog.evanoxfeld.com/revealjs-on-github-presentation
git bundle create repo.bundle [branchname]
git tag -m "Last bundle"
git clone repo.bundle myRepo -b [branchname]
git bundle create more.bundle lastBundleTag..[branchname]
git pull more.bundle [branchname]