Archived
Progress on slides
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"theme":"white",
|
||||
"css":"style.css"
|
||||
}
|
||||
@@ -2,5 +2,6 @@
|
||||
"hash": true,
|
||||
"center": false,
|
||||
"slideNumber": "c/t",
|
||||
"transition":"slide"
|
||||
"transition":"slide",
|
||||
"backgroundTransition": "slide"
|
||||
}
|
||||
@@ -114,6 +114,7 @@ docker buildx build . -t demo:latest
|
||||
- Docker Compose
|
||||
- OpenShift
|
||||
|
||||
Notes: test test
|
||||
---
|
||||
|
||||
<h2>Docker compose</h2>
|
||||
|
||||
Reference in New Issue
Block a user