docs: Clean up and align Showcase thumbnail images - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 68b424c233cf9cc9d4987956d93e5953599b8b55
DIR parent 36b374f8ab788521991dfccf0cd765120cb9d7df
HTML Author: Anthony Fok <foka@debian.org>
Date: Sat, 8 Aug 2015 14:22:48 -0600
docs: Clean up and align Showcase thumbnail images
Some of the thumbnails in Showcase were out of place
because of several irregularly sized thumbnails,
and some of them almost 300KB in filesize.
Resize them all to 600x400 (pixels), and use the `-tn.png`
suffix.
When necessary, the website snapshot is re-captured using
gnome-web-photo. Then, the following commands (or a combination
thereof) are used to crop and resize the image into a thumbnail,
and to reduce its filesize:
$ convert example.png -crop 900x600+0+0 \
-filter Lanczos2Sharp -distort Resize 600x400 \
example-tn.png
$ pngquant --nofs -v --speed 1 --quality 65-80 example-tn.png
$ optipng -o7 -zm1-9 example-tn-or8.png
$ mv example-tn-or8.png example-tn.png
Diffstat:
M docs/content/showcase/esolia-com.md | 2 +-
M docs/content/showcase/esolia-pro.md | 2 +-
M docs/content/showcase/rick-cogley-… | 2 +-
M docs/content/showcase/samuelbe.md | 2 +-
M docs/content/showcase/scottcwilson… | 2 +-
M docs/content/showcase/thehome.md | 2 +-
M docs/content/showcase/vamp.md | 2 +-
M docs/content/showcase/yslow-rules.… | 2 +-
M docs/static/img/bepsays-tn.png | 0
A docs/static/img/esolia_com-tn.png | 0
D docs/static/img/esolia_com_tn.png | 0
A docs/static/img/esolia_pro-tn.png | 0
D docs/static/img/esolia_pro_tn.png | 0
M docs/static/img/kangkona-tn.png | 0
M docs/static/img/learnoverpass-tn.p… | 0
A docs/static/img/rick_cogley_info-t… | 0
D docs/static/img/rick_cogley_info_t… | 0
A docs/static/img/samuelbe-tn.png | 0
D docs/static/img/samuelbe.png | 0
A docs/static/img/scottcwilson-tn.png | 0
D docs/static/img/scottcwilson.jpg | 0
M docs/static/img/stou-tn.png | 0
M docs/static/img/szymonkatra-tn.png | 0
A docs/static/img/thehome-tn.png | 0
D docs/static/img/thehome.png | 0
A docs/static/img/vamp_landingpage-t… | 0
D docs/static/img/vamp_landingpage.p… | 0
A docs/static/img/yslow-rules-tn.png | 0
D docs/static/img/yslow-rules.png | 0
29 files changed, 8 insertions(+), 8 deletions(-)
---
DIR diff --git a/docs/content/showcase/esolia-com.md b/docs/content/showcase/esolia-com.md
@@ -10,6 +10,6 @@ tags:
- esolia
- rickcogley
- japan
-thumbnail: /img/esolia_com_tn.png
+thumbnail: /img/esolia_com-tn.png
title: eSolia.com
---
DIR diff --git a/docs/content/showcase/esolia-pro.md b/docs/content/showcase/esolia-pro.md
@@ -10,6 +10,6 @@ tags:
- esolia
- rickcogley
- japan
-thumbnail: /img/esolia_pro_tn.png
+thumbnail: /img/esolia_pro-tn.png
title: eSolia.pro
---
DIR diff --git a/docs/content/showcase/rick-cogley-info.md b/docs/content/showcase/rick-cogley-info.md
@@ -10,6 +10,6 @@ tags:
- blog
- rickcogley
- japan
-thumbnail: /img/rick_cogley_info_tn.png
+thumbnail: /img/rick_cogley_info-tn.png
title: rick.cogley.info
---
DIR diff --git a/docs/content/showcase/samuelbe.md b/docs/content/showcase/samuelbe.md
@@ -8,7 +8,7 @@ sourceLink: https://github.com/SamuelDebruyn/sa.muel.be-hugo
tags:
- personal
- blog
-thumbnail: /img/samuelbe.png
+thumbnail: /img/samuelbe-tn.png
title: sa.muel.be
---
DIR diff --git a/docs/content/showcase/scottcwilson.md b/docs/content/showcase/scottcwilson.md
@@ -8,7 +8,7 @@ sourceLink: https://github.com/scottcwilson/hugosite
tags:
- personal
- blog
-thumbnail: /img/scottcwilson.jpg
+thumbnail: /img/scottcwilson-tn.png
title: scottcwilson.com
---
DIR diff --git a/docs/content/showcase/thehome.md b/docs/content/showcase/thehome.md
@@ -8,7 +8,7 @@ sourceLink: "https://github.com/tomhelmer/website-source"
tags:
- personal
- blog
-thumbnail: /img/thehome.png
+thumbnail: /img/thehome-tn.png
title: thehome.dk
---
DIR diff --git a/docs/content/showcase/vamp.md b/docs/content/showcase/vamp.md
@@ -9,7 +9,7 @@ tags:
- documentation
- company
- api
-thumbnail: /img/vamp_landingpage.png
+thumbnail: /img/vamp_landingpage-tn.png
title: Vamp.io
---
DIR diff --git a/docs/content/showcase/yslow-rules.md b/docs/content/showcase/yslow-rules.md
@@ -9,7 +9,7 @@ tags:
- community
- documentation
- translation
-thumbnail: /img/yslow-rules.png
+thumbnail: /img/yslow-rules-tn.png
title: YSlow Rules
---
DIR diff --git a/docs/static/img/bepsays-tn.png b/docs/static/img/bepsays-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/esolia_com-tn.png b/docs/static/img/esolia_com-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/esolia_com_tn.png b/docs/static/img/esolia_com_tn.png
Binary files differ.
DIR diff --git a/docs/static/img/esolia_pro-tn.png b/docs/static/img/esolia_pro-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/esolia_pro_tn.png b/docs/static/img/esolia_pro_tn.png
Binary files differ.
DIR diff --git a/docs/static/img/kangkona-tn.png b/docs/static/img/kangkona-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/learnoverpass-tn.png b/docs/static/img/learnoverpass-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/rick_cogley_info-tn.png b/docs/static/img/rick_cogley_info-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/rick_cogley_info_tn.png b/docs/static/img/rick_cogley_info_tn.png
Binary files differ.
DIR diff --git a/docs/static/img/samuelbe-tn.png b/docs/static/img/samuelbe-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/samuelbe.png b/docs/static/img/samuelbe.png
Binary files differ.
DIR diff --git a/docs/static/img/scottcwilson-tn.png b/docs/static/img/scottcwilson-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/scottcwilson.jpg b/docs/static/img/scottcwilson.jpg
Binary files differ.
DIR diff --git a/docs/static/img/stou-tn.png b/docs/static/img/stou-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/szymonkatra-tn.png b/docs/static/img/szymonkatra-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/thehome-tn.png b/docs/static/img/thehome-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/thehome.png b/docs/static/img/thehome.png
Binary files differ.
DIR diff --git a/docs/static/img/vamp_landingpage-tn.png b/docs/static/img/vamp_landingpage-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/vamp_landingpage.png b/docs/static/img/vamp_landingpage.png
Binary files differ.
DIR diff --git a/docs/static/img/yslow-rules-tn.png b/docs/static/img/yslow-rules-tn.png
Binary files differ.
DIR diff --git a/docs/static/img/yslow-rules.png b/docs/static/img/yslow-rules.png
Binary files differ.