presentation

This commit is contained in:
2022-03-06 20:15:21 +01:00
parent 7a8914d9a1
commit fe9b87c90b
9 changed files with 437 additions and 0 deletions
+10
View File
@@ -3,4 +3,14 @@ Formation Vendée
Ressources pour les formations en Vendée.
Dépendance: `pandoc 2.17`
## Présentation
Compiler:
```bash
pandoc -t revealjs --resource-path=.:presentation/src/img:presentation/src/ --self-contained -s presentation/src/index.md -o presentation/build/index.html
```