From 68f31a802c1b4bec2f687e54cb44435b0d788f71 Mon Sep 17 00:00:00 2001 From: Paulo Truta Date: Sat, 16 Mar 2024 21:01:27 +0100 Subject: [PATCH] Simplified structure --- README.md | 11 +++++++++-- {impressjs/berlin => berlin}/index.html | 0 {impressjs/berlin => berlin}/style.css | 0 3 files changed, 9 insertions(+), 2 deletions(-) rename {impressjs/berlin => berlin}/index.html (100%) rename {impressjs/berlin => berlin}/style.css (100%) diff --git a/README.md b/README.md index 0d45929..11a49e3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# slides +# impress -A repository where I backup slide style presentations in various formats. \ No newline at end of file +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. \ No newline at end of file diff --git a/impressjs/berlin/index.html b/berlin/index.html similarity index 100% rename from impressjs/berlin/index.html rename to berlin/index.html diff --git a/impressjs/berlin/style.css b/berlin/style.css similarity index 100% rename from impressjs/berlin/style.css rename to berlin/style.css