Skip to content

Commit

Permalink
version 1 of content
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnivin committed Oct 21, 2024
1 parent dad0263 commit 622db20
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 629 deletions.
4 changes: 3 additions & 1 deletion talk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ To convert the slidedeck into a *.html file:
### Local work with docker
Use the presentation in local mode with the `watch` command

docker run --rm --init -v $PWD:/home/marp/app -e LANG=$LANG -p 8080:8080 -p 37717:37717 marpteam/marp-cli:v3.2.0 --theme ngi-theme.css --watch -s .
docker run --rm --init -v $PWD:/home/marp/app -e LANG=$LANG -p 8080:8080 -p 37717:37717 marpteam/marp-cli:v3.2.0 --theme ngi-theme.css --watch -s --html .

Then click on the name of the file opening at the local host [http://localhost:8080/](http://localhost:8080/).

Convert slide deck into pdf
docker run --rm -v $PWD:/home/marp/app/ -e MARP_USER="$(id -u):$(id -g)" -e LANG=$LANG marpteam/marp-cli:v3.2.0 --theme ngi-theme.css slides.md --pdf
Expand Down
214 changes: 0 additions & 214 deletions talk/slides-v1.md

This file was deleted.

Loading

0 comments on commit 622db20

Please sign in to comment.