A repository to keep and backup my impress.js presentations.
https://wordpress.jpt.land/doing-presentations/
|
|
||
|---|---|---|
| a-presentation-about-meall,-a-company-that-values-freedom-and-ownership-of-your-software-and-your-data | ||
| berlin | ||
| genetic-modified-plants-for-car-performance-enhancement | ||
| low-light-camera-footage-for-video-and-photos | ||
| n8n-automation-workflows | ||
| nixos-basics | ||
| one-day-in-helsinki | ||
| python-3-vs-python-2 | ||
| south-berlin | ||
| test | ||
| README.md | ||
README.md
impress
A repository where I backup impress.js presentations.
Rules of thumb
- Each presentation should be in a folder with the name of the presentation.
- The folder should contain the
index.htmlfile (the generated impress.js presentation file). - Static referenced assets should be put inside folders like, for example
css/style.css. - Images should be either referenced via public url, or placed in a folder called
imginside the presentation folder (example:img/example.jpg).
Viewing the presentations
A webhook is set up to serve the presentations directly from the repository - Example.
You can view the presentations by visiting the following link: https://n8n.jpt.land/webhook/impress?target={folder-name} (Replace {folder-name} with the name of one of the folders in this repo).