impress/README.md

16 lines
869 B
Markdown
Raw Permalink Normal View History

2024-03-16 21:01:27 +01:00
# impress
2024-03-16 17:42:10 +01:00
2024-03-16 21:01:27 +01:00
A repository where I backup impress.js presentations.
## Rules of thumb
- Each presentation should be in a folder with the name of the presentation.
2024-03-17 14:59:59 +01:00
- 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`.
2024-03-17 14:59:59 +01:00
- 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).
2024-03-17 15:01:26 +01:00
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).