A repository to keep and backup my impress.js presentations. https://wordpress.jpt.land/doing-presentations/
 
 
Go to file
jpt be414abf9c n8n.jpt.land: Added genetic-modified-plants-for-car-performance-enhancement impress presentation 2024-05-14 21:13:26 +02:00
berlin Updated readme, organized presentation files 2024-03-17 12:34:21 +01:00
genetic-modified-plants-for-car-performance-enhancement n8n.jpt.land: Added genetic-modified-plants-for-car-performance-enhancement impress presentation 2024-05-14 21:13:26 +02:00
low-light-camera-footage-for-video-and-photos n8n.jpt.land: Added low-light-camera-footage-for-video-and-photos impress presentation 2024-03-19 13:21:50 +01:00
n8n-automation-workflows n8n.jpt.land: Added n8n-automation-workflows impress presentation 2024-03-19 09:41:55 +01:00
nixos-basics n8n.jpt.land: Added nixos-basics impress presentation 2024-03-19 09:51:02 +01:00
one-day-in-helsinki n8n.jpt.land: Added one-day-in-helsinki impress presentation 2024-03-19 13:09:41 +01:00
python-3-vs-python-2 n8n.jpt.land: Added python-3-vs-python-2 impress presentation 2024-03-19 09:10:17 +01:00
south-berlin n8n.jpt.land: Added south-berlin impress presentation 2024-05-04 17:26:15 +02:00
test Test 2024-03-18 13:37:32 +01:00
README.md Fix readme 2024-03-17 15:01:26 +01:00

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.html file (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 img inside 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).