Inspired by
§fragment:1§; But
Start new slide with PARAGRAPHnew
Start new vertical slide with PARAGRAPHbreak
Write notes with PARAGRAPHnotes
Press the S key to try it out.
Customize slide id with PARAGRAPHid:SLIDE_IDPARAGRAPH;
PARAGRAPHid:id_commandPARAGRAPH;
§id:id_command§;
Customize a slide with PARAGRAPHslide:ATTRIBUTES§;
PARAGRAPHslide: data-background=#38F247 PARAGRAPH;
§slide: data-background=#38F247 §;
Customize an element with PARAGRAPHelement:ATTRIBUTES§;
- regular element
- leaning element PRAGRAPHelement:style=-ms-transform:rotate(7deg);-webkit-transform:rotate(7deg);transform:rotate(7deg);PARAGRAPH;
- regular element
Create fragments with PARAGRAPHfragment
or PARAGRAPHfragment:NPARAGRAPH;
where N is the display order.
Combine with PARAGRAPHelement:class=growPARAGRAPH;
to control the fragments style
- element 2 PARAGRAPHfragment:2PARAGRAPH; PARAGRAPHelement:class=growPARAGRAPH;
- element 1 PARAGRAPHfragment:1PARAGRAPH;
- element 3 PARAGRAPHfragment:3PARAGRAPH;
All options listed in the README of reveal.js can be set in the YAML Front Matter, attribute initialization
---
title: gh-reveal
subtitle: Slides with Reveal.js & Jekyll for GitHub Pages.
theme: sky
initialization:
slideNumber: c/t
transition: concave
---
Choose your theme in the YAML Front Matter, attribute theme.
All the features of reveal.js (I hope…)
Check gh-reveal, multi-presentations with @revealjs & @jekyllrb for Github Pages
https://github.com/tcoupin/gh-reveal via @thibbojunior