/talks

Automate the deployment of my talks and workshop slides 🤖

Primary LanguageShell

talks

Adding a new slide deck

Any new repositories should be added to the ./talks.txt file in a new line.

Slides will go live on https://talks.fedknu.com/repository-name.

How this works internally

Run the ./talks.sh file to clone all repositories and build the slides from source.

Make sure to grant talks.sh the appropriate permissions:

chmod +x talks.sh