Skip to content

itenium-be/Presentations

Repository files navigation

Presentations

Official Slidev theme for itenium technical presentations.

Quick start

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.md

Presenter mode: http://localhost:3030/presenter

Layouts & Features

See LAYOUTS.md for all available layouts, features, and usage examples.

Creating a new presentation

Each talk lives in its own repo with the theme as a git submodule.

Scaffold (recommended)

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.ts

This creates:

my-talk/
  theme/          # git submodule (this repo)
  slides.md       # theme: ./theme
  images/
  package.json

Update the theme

cd presentation/theme && git pull

About

Technical presentations @ itenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors