An open API service indexing awesome lists of open source software.

https://github.com/fed/talks

Automate the deployment of my talks and workshop slides 🤖
https://github.com/fed/talks

Last synced: 3 months ago
JSON representation

Automate the deployment of my talks and workshop slides 🤖

Awesome Lists containing this project

README

          

# 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](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
```