A SayonaraJS client for presentations. Made with Reveal.JS and AngularJS
Similar to Reveal.JS, you can follow the basic to get started.
Simply git clone, or download, this project. And have your sayonara config point to the folder. It will automatically serve the index.html, and use your sayonara server! You can then edit this theme by following and configuring the Reveal.JS options at their repo.
The way the slides are generated are:
Slide 1: Page and its contents
Vertical Slides: If a page has entry types, it will grab all the entries in each entry type, and add them to the page as page.allEntries. The entries in page.allEntries are then sorted by order, and then displayed vertically. I'd suggest having only one entryType per page to keep things sorted easier.
All contributions are welcome! Open a PR, and it shall be reviewed!