Progress on slides

This commit is contained in:
2024-07-26 18:13:44 +02:00
parent 2fb32c073b
commit ef22545b53
4 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"reveal-md": "^6.1.2"
},
"scripts":{
"start":"npx reveal-md slides.md -w --theme white --css style.css",
"start":"npx reveal-md slides.md -w",
"docker":"sudo docker run --rm -p 1948:1948 -p 35729:35729 -v .:/slides webpronl/reveal-md:latest /slides --watch",
"build":"npm run start -- --static --static-dirs=assets"
}
}
+4
View File
@@ -0,0 +1,4 @@
{
"theme":"white",
"css":"style.css"
}
+2 -1
View File
@@ -2,5 +2,6 @@
"hash": true,
"center": false,
"slideNumber": "c/t",
"transition":"slide"
"transition":"slide",
"backgroundTransition": "slide"
}
+1
View File
@@ -114,6 +114,7 @@ docker buildx build . -t demo:latest
- Docker Compose
- OpenShift
Notes: test test
---
<h2>Docker compose</h2>