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