Updated readme, organized presentation files

main
Paulo Truta 2024-03-17 12:34:21 +01:00
parent 68f31a802c
commit 698ebc324a
2 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@ 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 folder can have a `style.css` file and other static files like `js` folders.
- Images should be wither referenced via public url, or placed in a folder called `img` inside the presentation folder.
- 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`).