Official Slidev theme for itenium technical presentations.
bun install
# Showcase with all theme features
bunx slidev talks/showcase/slides.md
# Presentation with code examples in ts, c# etc
bunx slidev talks/rosetta/slides.md
# Minimal starter template
bunx slidev talks/starter/slides.mdPresenter mode: http://localhost:3030/presenter
See LAYOUTS.md for all available layouts, features, and usage examples.
Each talk lives in its own repo with the theme as a git submodule.
mkdir my-talk && cd my-talk
git init
git submodule add https://github.com/itenium-be/Presentations.git presentation/theme
bun run presentation/theme/scripts/scaffold.tsThis creates:
my-talk/
theme/ # git submodule (this repo)
slides.md # theme: ./theme
images/
package.json
cd presentation/theme && git pull