To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSlides with haml
reveal-ck can create a presentation using haml.
You should create a file named slides.haml
where each slide is
contained with a %section
. Then run reveal-ck generate
.
Your slides will be available at slides/index.html
.
If you'd like to see the intermediate file where your slides.haml
is transformed into .html
you can visit slides/slides.html
- Scenarios
-
- Generating basic slides with slides.haml
-
- Given
-
a file named "slides.haml" with:
%section %p Slides with Haml
- When
-
I run
reveal-ck generate
- Then
- the exit status should be 0
- And
-
the file "slides/slides.html" should have html matching the xpath:
//section/p[contains(., "Slides with Haml")] the p - And
-
the file "slides/index.html" should have html matching the xpath:
//section/p[contains(., "Slides with Haml")] the p
Last published 11 months ago by jedcn.