An attempt to create a reusable theme for Reveal presentations. This theme can be used with reveal-js or reveal-md and even with reveal in Docker: reveal.js on steroids. With this theme it is possible to create reusable presentations in the Team Rockstars IT layout.
See the demo in action here.
Most important keyboard shortcuts:
- <ESC>: An overview of the presentation
- <S>: Speaker deck with notes (dual screen support)
- <ARROW>-keys: next/previous/up/down
Install sass
npm install -g sass
- Generate new theme
sass --watch theme/source/rockstars.scss theme/rockstars.css
- Test the template
docker run --rm -p 1948:1948 -p 35729:35729 -v $(pwd)/example:/slides -v $(pwd)/theme:/slides/theme webpronl/reveal-md:latest /slides --theme theme/rockstars.css --watch
Create a separate repository where you store your presentations. Add this repository as a submodule and generate a new theme css file. Include it in your docker command or reveal installation. More documentation will come here!
- Add blocks from the website to create links
- Better tables
- Different color-schemes (She's a rockstar pink?)