-
Notifications
You must be signed in to change notification settings - Fork 32
Getting Started
It's easy to get started with reveal-ck.
If you've got a terminal open, you can create your first set of slides with the following commands after you run a gem install reveal-ck
:
echo '
## I :heart: reveal-ck
by @jedcn
' > slides.md
reveal-ck generate
open slides/index.html
If you copy-and-paste the above block into your terminal, you'll run those three commands.
The echo will create a file named slides.md
that contains markdown describing a single slide.
The reveal-ck generate
command tells the gem to build your slides.
And the open slides/index.html
tells your (MacOS) system to open a browser to your slides at slides/index.html
.
If you'd like some more info about what's going on, here are some quick videos:
- reveal-ck: An Introduction (4 mins)
- reveal-ck: Getting Started with Markdown (6 mins)
- reveal-ck: Stop! Haml Time! (14 mins)
- reveal-ck: Making Slides with Ruby (Coming Soon)
They were created so that you could watch them all in a row or jump in wherever you'd like.
If you'd prefer a written introduction, here's the companion site: http://jedcn.github.io/reveal-ck.