This repository contains everything needed to create the presentation using Marp (Markdown Presentation Ecosystem).
├── imgs/ # Images and other media files
├── rose-pine.css # Custom CSS theme
├── slices.md # Slices
├── flake.nix # Nix flake configuration
└── flake.lock # Nix flake lock file
- Install Visual Studio Code
- Install the Marp for VS Code extension
- Open any
.md
file - Click the "Open Preview to the Side" button or use
Ctrl+K V
If you have Nix with flakes enabled:
# Enter development shell
nix develop
# Build the presentation while working on
marp --theme rose-pine.css slides.md --watch