Haxe Presentations inspired by hxslides, with:
- Html generated from markdown thanks to backslide / Remark.js
- Light and dark theme
- Publishing through github pages
Github pages host generated presentations for .md files in the repository:
Installation:
npm install # Install backslideLive reload server when writing a presentation:
npm run serve # Then open http://localhost:8000/Generate html files in www folder:
npm run export # Export .md presentations as html in www/ folder| ↑, ←, Pg Up, k | Go to previous slide |
| ↓, →, Pg Dn, Space, j | Go to next slide |
| Home | Go to first slide |
| End | Go to last slide |
| Number + Return | Go to specific slide |
| b / m / f | Toggle blackout / mirrored / fullscreen mode |
| c | Clone slideshow |
| p | Toggle presenter mode |
| t | Restart the presentation timer |
| ?, h | Toggle this help |