hugo/docs/content
Anthony Fok 68b424c233 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
2015-08-08 14:22:48 -06:00
..
commands
community
content Doc for other supported formats (external helpers) 2015-08-07 22:55:03 -06:00
extras Rename ReadDir to readDir 2015-08-07 14:33:48 +02:00
meta doc: Strip trailing whitespace; other revisions 2015-08-04 12:00:08 -06:00
overview Doc for other supported formats (external helpers) 2015-08-07 22:55:03 -06:00
showcase docs: Clean up and align Showcase thumbnail images 2015-08-08 14:22:48 -06:00
taxonomies doc: Strip trailing whitespace; other revisions 2015-08-04 12:00:08 -06:00
templates docs: More detailed explanation of .Site.LastChange 2015-08-07 23:30:11 -06:00
themes doc: Strip trailing whitespace; other revisions 2015-08-04 12:00:08 -06:00
troubleshooting
tutorials doc: Strip trailing whitespace; other revisions 2015-08-04 12:00:08 -06:00