add jujutsu article
This commit is contained in:
parent
c47942b451
commit
271083d71f
12 changed files with 321 additions and 3 deletions
10
Tuprules.tup
10
Tuprules.tup
|
@ -19,7 +19,17 @@ HTML_TEMPLATE = main.html
|
|||
!compress_png = |> zopflipng %f %o |>
|
||||
!compress_jpg = |> cjpeg -quality 80 -progressive -outfile %o %f |>
|
||||
!compress_pdf = |> ps2pdf %f %o |>
|
||||
!avif = |> avifenc %f %o |> %B.avif
|
||||
!jxl = |> cjxl %f %o |> %B.jxl
|
||||
|
||||
JPG_OPT = -quality 80 -strip -interlace Plane
|
||||
!blur_mini = |> ^ %f -> blur mini^ convert %f -resize 400x400 -blur 0x8 $(JPG_OPT) %o |> blur_mini.jpg
|
||||
!thumbnail = |> ^ %f -> thumbnail^ convert %f -resize 200x200 $(JPG_OPT) %o |>
|
||||
|
||||
#
|
||||
# Slides
|
||||
#
|
||||
MARP = npx @marp-team/marp-cli@latest
|
||||
MARP_OPTS = --allow-local-files --bespoke.progress
|
||||
!marp_pdf = |> $(MARP) $(MARP_OPTS) %f --pdf --output %o |> %B.pdf
|
||||
!marp_html = |> $(MARP) $(MARP_OPTS) %f --html --output %o |> %B.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue