diff --git a/projects.md b/projects.md index 5a671c6..6d96e1b 100644 --- a/projects.md +++ b/projects.md @@ -5,8 +5,8 @@ title: Projects diff --git a/projects/dawnchaos/Tupfile b/projects/dawnchaos/Tupfile index 0bc4145..d82fca1 100644 --- a/projects/dawnchaos/Tupfile +++ b/projects/dawnchaos/Tupfile @@ -1,3 +1,4 @@ include_rules : index.md |> !project |> +: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png diff --git a/projects/dawnchaos/thumbnail.png b/projects/dawnchaos/thumbnail.png new file mode 100644 index 0000000..1952fd0 Binary files /dev/null and b/projects/dawnchaos/thumbnail.png differ diff --git a/projects/maestro/Tupfile b/projects/maestro/Tupfile index 0bc4145..d82fca1 100644 --- a/projects/maestro/Tupfile +++ b/projects/maestro/Tupfile @@ -1,3 +1,4 @@ include_rules : index.md |> !project |> +: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png diff --git a/projects/maestro/thumbnail.png b/projects/maestro/thumbnail.png new file mode 100644 index 0000000..a763954 Binary files /dev/null and b/projects/maestro/thumbnail.png differ diff --git a/projects/trailr/Tupfile b/projects/trailr/Tupfile index 0bc4145..2e063fd 100644 --- a/projects/trailr/Tupfile +++ b/projects/trailr/Tupfile @@ -1,3 +1,4 @@ include_rules : index.md |> !project |> +: thumbnail.jpg |> convert %f -blur 0x8 %o |> thumb.jpg diff --git a/projects/trailr/thumbnail.jpg b/projects/trailr/thumbnail.jpg new file mode 100644 index 0000000..aa5a9e2 Binary files /dev/null and b/projects/trailr/thumbnail.jpg differ diff --git a/projects/whereiscar/Tupfile b/projects/whereiscar/Tupfile index 0bc4145..d82fca1 100644 --- a/projects/whereiscar/Tupfile +++ b/projects/whereiscar/Tupfile @@ -1,3 +1,4 @@ include_rules : index.md |> !project |> +: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png diff --git a/projects/whereiscar/thumbnail.png b/projects/whereiscar/thumbnail.png new file mode 100644 index 0000000..7a74920 Binary files /dev/null and b/projects/whereiscar/thumbnail.png differ