Slides for a talk presented at an Auckland Go meetup.
Slides are markdown rendered with Rust/yew, compiled to web assembly.
Slides are separated by markdown line break ---
.
Navigation by arrow keys and/or backspace and enter + on hover arrows on left and right side of screen
Raw html such as iframes should be rendered as is.
Prerequisites:
Start:
cargo web start
Open localhost:8000
in browser. Move between slides with left/right arrows or backspace and enter.
Must:
Animations between slides.Actual slide content...
Nice to have:
- A quick way to navigate to specific slides.
- Better mobile support.
- Load content md as static file.
Build static bundle and/or host somewhere.