Eleventy template to create simple presentations. Based on HTeuMeuLeu's idea and workshop materials.
The idea is to offer a simple way for speakers to create slides in an easy way so they can focus on the content and don't lose time on styling, animating ,uploading... It's also way more accessible, responsive and fast!
Install dependencies
npm install
Run local server
npm run serve
Build website
npm run build
Every push on the master
branch will trigger a deployment on Netlify. The production website is available here: https://slides-generator.netlify.app/.