On Github aln787 / revealGhPages
Alex Niderberg | @AlexNiderbergTechnical Product Owner / Master Software Engineer @ Capital One Labs
git clone https://github.com/aln787/revealGhPages.git cd revealGhPages git remote rm origin subl . # or open with the editor of your choice
#Install NPM curl https://npmjs.org/install.sh | sh #If you already have NPM npm install http-server -g
http-server -p 8082
subl index.html #or vi index.html
<head>
<meta charset="utf-8">
<title>`Your presentation Title`</title>
<meta name="description" content="`your presentation description`" />
subl index.html
<body>
<div class="reveal">
<div class="slides">
<!-- for details, see: https://github.com/hakimel/reveal.js/#external-markdown -->
<section data-markdown="presentation.md"
data-separator="^---"
data-separator-vertical="^\n\n"
data-separator-notes="^Note:"
data-charset="iso-8859-15">
</section>
</div>
</div>
data-markdown="presentation.md"
data-separator="^---"
data-separator-vertical="^\n\n"
data-separator-notes="^Note:"
subl index.html
<link rel="stylesheet" href="css/reveal.css"> <link rel="stylesheet" href="css/theme/black.css" id="theme">
# #becomes <img src="images/Alex_and_Catelyn-CryatalMt-WA.png" height="600">
<iframe id="ytplayer" type="text/html" width="640" height="390" src="http://www.youtube.com/embed/L0MK7qz13bU?autoplay=0&start=65" frameborder="0"/>
<iframe src="http://giphy.com/embed/vBVCam8nE7uxy?hideSocial=true" width="680" height="567" frameborder="0" class="giphy-embed" allowfullscreen=""></iframe> <!-- GetTheBabby-vBVCam8nE7uxy -->
git remote add origin <your new repository> git status git commit -a git push origin gh-pages