/talks

Slides for my talks 🎤

Primary LanguageHTML

This repo contains my talks.

Usage

  • Run bin/revealjs.sh <name-of-presentation> to automatically generate the slides using Docker.
  • Run bin/jekyll.sh to automatically generate the website using Docker.

Manual usage

Slides

  • Requires pandoc 2.7+ to generate slides.
  • Requires fd and entr to watch files.
  • run bin/inside-docker-generate.sh <name-of-presentation> to generate the html file for the presentation located in the _slides/<name-of-presentation> folder.
  • run bin/inside-docker-watch.sh <name-of-presentation> to watch for changes in files for the presentation located in the _slides/<name-of-presentation> folder, and re-generate it automatically.

In case assets don't load properly in Firefox, open about:config and disable the option security.fileuri.strict_origin_policy.

Website

Start the Jekyll server by running docker-compose up or docker compose run jekyll serve.

Credits