diff options
-rw-r--r-- | _quarto.yml | 2 | ||||
-rwxr-xr-x | bin/pdfcompress.sh | 10 |
2 files changed, 0 insertions, 12 deletions
diff --git a/_quarto.yml b/_quarto.yml index 0565870..7e151dd 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,8 +2,6 @@ project: type: website pre-render: - bin/svg+pdf+jpg.sh tryk/spiseseddel5.svg - post-render: - - bin/pdfcompress.sh _site/tryk/oroeposten_5_rev2.pdf website: title: Orøposten diff --git a/bin/pdfcompress.sh b/bin/pdfcompress.sh deleted file mode 100755 index 21af4e7..0000000 --- a/bin/pdfcompress.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -eu - -INFILE=$1 - -[ -n "$QUARTO_PROJECT_RENDER_ALL" ] || exit - -ps2pdf -dPDFSETTINGS=/printer "$INFILE" "$INFILE"~ -mv --force "$INFILE"~ "$INFILE" |