Refactor tupfiles

This commit is contained in:
Fabien Freling 2019-10-29 12:53:51 +01:00
parent eab3405456
commit 4beeae10ab
11 changed files with 71 additions and 34 deletions

1
projects/Tuprules.tup Normal file
View file

@ -0,0 +1 @@
HTML_TEMPLATE = project.html

View file

@ -1,4 +1,4 @@
include_rules
: index.md |> !project |>
: index.md |> !html |>
: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png

View file

@ -1,4 +1,4 @@
include_rules
: index.md |> !project |>
: index.md |> !html |>
: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png

View file

@ -1,3 +1,3 @@
include_rules
: index.md |> !project |>
: index.md |> !html |>

View file

@ -1,4 +1,4 @@
include_rules
: index.md |> !project |>
: index.md |> !html |>
: thumbnail.gif |> convert %f -blur 0x8 %o |> thumb.gif

View file

@ -1,4 +1,4 @@
include_rules
: index.md |> !project |>
: index.md |> !html |>
: thumbnail.jpg |> convert %f -blur 0x8 %o |> thumb.jpg

View file

@ -1,4 +1,4 @@
include_rules
: index.md |> !project |>
: index.md |> !html |>
: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png