jqno / talks

Slides for my talks 🎤

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Slides for my talks 🎤


Languages

Language:HTML 54.2%Language:JavaScript 17.8%Language:Java 17.1%Language:CSS 7.3%Language:SCSS 3.0%Language:Scala 0.3%Language:Kotlin 0.1%Language:Gnuplot 0.1%Language:Shell 0.1%Language:Ruby 0.0%