From: Anthony Fok Date: Sat, 8 Aug 2015 20:22:48 +0000 (-0600) Subject: docs: Clean up and align Showcase thumbnail images X-Git-Tag: v0.15~222 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68b424c2;p=brevno-suite%2Fhugo 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 --- diff --git a/docs/content/showcase/esolia-com.md b/docs/content/showcase/esolia-com.md index 707bb8aad..3928ca885 100644 --- 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 --- diff --git a/docs/content/showcase/esolia-pro.md b/docs/content/showcase/esolia-pro.md index 637105479..268996e5f 100644 --- 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 --- diff --git a/docs/content/showcase/rick-cogley-info.md b/docs/content/showcase/rick-cogley-info.md index 3745f36c3..00854c1f1 100644 --- 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 --- diff --git a/docs/content/showcase/samuelbe.md b/docs/content/showcase/samuelbe.md index 301efd21d..2e8285511 100644 --- 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 --- diff --git a/docs/content/showcase/scottcwilson.md b/docs/content/showcase/scottcwilson.md index b855bdd72..02d99e165 100644 --- 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 --- diff --git a/docs/content/showcase/thehome.md b/docs/content/showcase/thehome.md index a00710186..6562af836 100644 --- 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 --- diff --git a/docs/content/showcase/vamp.md b/docs/content/showcase/vamp.md index c548d05d4..65165bd0e 100644 --- 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 --- diff --git a/docs/content/showcase/yslow-rules.md b/docs/content/showcase/yslow-rules.md index 9b4c712af..b6d8727ee 100644 --- 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 --- diff --git a/docs/static/img/bepsays-tn.png b/docs/static/img/bepsays-tn.png index 9cf5eba10..ca9119cc5 100644 Binary files a/docs/static/img/bepsays-tn.png and b/docs/static/img/bepsays-tn.png differ diff --git a/docs/static/img/esolia_com-tn.png b/docs/static/img/esolia_com-tn.png new file mode 100644 index 000000000..4574b085f Binary files /dev/null and b/docs/static/img/esolia_com-tn.png differ diff --git a/docs/static/img/esolia_com_tn.png b/docs/static/img/esolia_com_tn.png deleted file mode 100644 index c4adb36e7..000000000 Binary files a/docs/static/img/esolia_com_tn.png and /dev/null differ diff --git a/docs/static/img/esolia_pro-tn.png b/docs/static/img/esolia_pro-tn.png new file mode 100644 index 000000000..021911456 Binary files /dev/null and b/docs/static/img/esolia_pro-tn.png differ diff --git a/docs/static/img/esolia_pro_tn.png b/docs/static/img/esolia_pro_tn.png deleted file mode 100644 index 84da27ba3..000000000 Binary files a/docs/static/img/esolia_pro_tn.png and /dev/null differ diff --git a/docs/static/img/kangkona-tn.png b/docs/static/img/kangkona-tn.png index 3474cd859..754ed038a 100644 Binary files a/docs/static/img/kangkona-tn.png and b/docs/static/img/kangkona-tn.png differ diff --git a/docs/static/img/learnoverpass-tn.png b/docs/static/img/learnoverpass-tn.png index 55ce70bce..e4536e4cc 100644 Binary files a/docs/static/img/learnoverpass-tn.png and b/docs/static/img/learnoverpass-tn.png differ diff --git a/docs/static/img/rick_cogley_info-tn.png b/docs/static/img/rick_cogley_info-tn.png new file mode 100644 index 000000000..f0fe412d4 Binary files /dev/null and b/docs/static/img/rick_cogley_info-tn.png differ diff --git a/docs/static/img/rick_cogley_info_tn.png b/docs/static/img/rick_cogley_info_tn.png deleted file mode 100644 index 5a98621b2..000000000 Binary files a/docs/static/img/rick_cogley_info_tn.png and /dev/null differ diff --git a/docs/static/img/samuelbe-tn.png b/docs/static/img/samuelbe-tn.png new file mode 100644 index 000000000..f355cb5a4 Binary files /dev/null and b/docs/static/img/samuelbe-tn.png differ diff --git a/docs/static/img/samuelbe.png b/docs/static/img/samuelbe.png deleted file mode 100644 index b3247c046..000000000 Binary files a/docs/static/img/samuelbe.png and /dev/null differ diff --git a/docs/static/img/scottcwilson-tn.png b/docs/static/img/scottcwilson-tn.png new file mode 100644 index 000000000..5517edf22 Binary files /dev/null and b/docs/static/img/scottcwilson-tn.png differ diff --git a/docs/static/img/scottcwilson.jpg b/docs/static/img/scottcwilson.jpg deleted file mode 100644 index 334f166f8..000000000 Binary files a/docs/static/img/scottcwilson.jpg and /dev/null differ diff --git a/docs/static/img/stou-tn.png b/docs/static/img/stou-tn.png index 07d0ca74a..fe449b797 100644 Binary files a/docs/static/img/stou-tn.png and b/docs/static/img/stou-tn.png differ diff --git a/docs/static/img/szymonkatra-tn.png b/docs/static/img/szymonkatra-tn.png index 088517c30..e64f2b33d 100644 Binary files a/docs/static/img/szymonkatra-tn.png and b/docs/static/img/szymonkatra-tn.png differ diff --git a/docs/static/img/thehome-tn.png b/docs/static/img/thehome-tn.png new file mode 100644 index 000000000..7b66e6215 Binary files /dev/null and b/docs/static/img/thehome-tn.png differ diff --git a/docs/static/img/thehome.png b/docs/static/img/thehome.png deleted file mode 100644 index 4a6627609..000000000 Binary files a/docs/static/img/thehome.png and /dev/null differ diff --git a/docs/static/img/vamp_landingpage-tn.png b/docs/static/img/vamp_landingpage-tn.png new file mode 100644 index 000000000..474261e0e Binary files /dev/null and b/docs/static/img/vamp_landingpage-tn.png differ diff --git a/docs/static/img/vamp_landingpage.png b/docs/static/img/vamp_landingpage.png deleted file mode 100644 index 4a941236a..000000000 Binary files a/docs/static/img/vamp_landingpage.png and /dev/null differ diff --git a/docs/static/img/yslow-rules-tn.png b/docs/static/img/yslow-rules-tn.png new file mode 100644 index 000000000..5c75a6943 Binary files /dev/null and b/docs/static/img/yslow-rules-tn.png differ diff --git a/docs/static/img/yslow-rules.png b/docs/static/img/yslow-rules.png deleted file mode 100644 index 191700d45..000000000 Binary files a/docs/static/img/yslow-rules.png and /dev/null differ