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 🤖
- Host: GitHub
- URL: https://github.com/fed/talks
- Owner: fed
- Created: 2018-03-03T17:21:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T00:29:10.000Z (over 3 years ago)
- Last Synced: 2025-01-18T13:33:25.744Z (12 months ago)
- Language: Shell
- Homepage: https://talks.fedknu.com
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```