This repository aims to group all slides used for presentations inside the same repository and give easy access to them : only need a web browser.
To add new slides, you need to create a new markdown file inside slides folder.
If you want to visualize the slide before committing :
- Use
npm run reveal
command to generate the_static
folder with static html site. - Use vscode extension to visualize your slides while editing them
Github ci automatically generate the static site and deploys it to github-pages