From aa6ea29b36578f31624ff48acd2bf7c922fc512e Mon Sep 17 00:00:00 2001 From: Paulo Truta Date: Sun, 17 Mar 2024 14:59:59 +0100 Subject: [PATCH] Added viewing info to readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c678c8c..ae1d3e6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,15 @@ 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) +- 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`). \ No newline at end of file +- 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](https://n8n.jpt.land/webhook/impress?target=berlin). + +You can view the presentations by visiting the following link: +https://n8n.jpt.land/webhook/impress?target= + +Replace `` with the name of the folder of the presentation you want to see. \ No newline at end of file