mirror of
https://gricad-gitlab.univ-grenoble-alpes.fr/tienyoun/presentations.git
synced 2026-09-26 13:31:01 +00:00
7 lines
342 B
Bash
Executable File
7 lines
342 B
Bash
Executable File
podman run --rm \
|
|
-e SHOW_NOTES_FOR_PRINTING=true \
|
|
-e ADDITIONAL_SCRIPT='<script src="./assets/mermaid.js"></script>' \
|
|
-e ADDITIONAL_PLUGINS="RevealMermaid" \
|
|
-e ADDITIONAL_REVEAL_OPTIONS="center: false," \
|
|
--network=host -v $(pwd)/2026/celery2/slides:/reveal/docs/slides -v $(pwd)/2026/celery2/assets:/reveal/assets cloudogu/reveal.js:dev
|