Skip to content

Commit

Permalink
Good enough fix for slides clipping bugs... still some emojis broken …
Browse files Browse the repository at this point in the history
…but 🤷 (see astefanutti/decktape#209 and related issues for decktape)
  • Loading branch information
brainstorm committed Nov 9, 2024
1 parent e3edd35 commit 734551d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ naken_asm
*.lock
*.lock~

# Random garbage
treadmill-backups/*
control/protocol/serial
doc/slides.pdf

# radare2
.r2project
Expand Down
2 changes: 1 addition & 1 deletion bin/slides.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

if [ "$1" = "pdf" ]; then
docker run --rm -t --net=host -v $PWD/doc:/slides astefanutti/decktape http://localhost:1948/doc/slides.md --size 1920x1080 slides.pdf
docker run --rm -t --net=host -v $PWD/doc:/slides ghcr.io/thomas-ferchau/decktape:pr-10 http://localhost:1948/doc/slides.md --size 1280x1024 slides.pdf
else
docker run --rm -p 1948:1948 -p 35729:35729 -v $PWD:/slides webpronl/reveal-md:latest /slides --watch
fi

0 comments on commit 734551d

Please sign in to comment.