1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

30 Commits

Author SHA1 Message Date
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
b14b90435a Add Arqueart to Showcase 2015-08-07 23:34:59 -06:00
6674189bc2 The guide is updated to fit the current Wercker interface and configurations.
Wercker changed its interface and default infrastructure (Docker).
2015-07-24 14:35:39 +02:00
9c8ce0d935 Added szymonkatra.github.io site to showcase 2015-07-24 11:26:24 +02:00
de38524cd1 Add scottcwilson.github.io to showcase site 2015-07-24 11:21:56 +02:00
88fe0e7c2c Add learnoverpass 2015-07-09 19:13:31 +02:00
5f69d3d654 Add arianv 2015-07-09 19:13:31 +02:00
6807151a22 add a showcase of sa.muel.be 2015-07-09 10:56:40 +02:00
450dc7a411 Add a showcase of Kangkona 2015-07-08 07:42:04 +02:00
617fa2fe65 Add Rick and eSolia's sites to the Hugo docs showcase 2015-07-08 07:37:30 +02:00
50df31406f added thumbnail 2015-06-26 21:26:17 +02:00
tim
1b50ccd162 add vamp.io site as showcase 2015-06-26 20:59:40 +02:00
bep
beaa09a7f6 docs: add bepsays.com to showcase 2015-05-26 10:51:57 +02:00
fa58ef5394 Add GopherCon to the showcase 2015-05-25 11:55:48 -04:00
6f0b80c952 Add GoGB to the showcase 2015-05-25 11:55:33 -04:00
45efc5e4dc Add DavidePetilli to showcase 2015-05-25 11:55:19 -04:00
7e28db18f2 Add showcase entry for consequently.org
Consequently.org is a personal site for an academic, with a blog, list
of publications, classes and talks, all managed by hugo.
2015-02-11 00:31:44 -07:00
82d4b8ab40 [Docs] Use OptiPNG to shrink PNG images losslessly
So they load slightly faster.  :-)
2015-01-28 13:25:07 -07:00
8e6cbe82f3 Some housekeeping of the Showcase and Press pages 2015-01-28 13:25:07 -07:00
b56c9db6dc [Docs] Add FreeBSD logo beside the FreeBSD name
Extracted from https://www.freebsd.org/logo/logo-simple.svg
for temporary use until a future Font Awesome release adds
the `fa-freebsd` glyph (github/FortAwesome/Font-Awesome#1116)  :-)

Make .fa `display: inline` to prevent unwanted line-wrapping

Also make the menu item "Issue & Help" line up with the others.
2015-01-19 02:48:44 -07:00
6c5a7b7b64 Tutorial: Automated deployments
Also fixed the next/prev for the tutorials
2015-01-12 22:59:14 -07:00
ec2566fa95 Add www.thehome.dk to showcase 2014-12-30 12:28:19 -07:00
c00788d8be showcase: update ucsb entry 2014-12-03 13:53:29 +01:00
a1954c4fc6 Added stou.dk to showcases 2014-11-24 17:23:37 -05:00
52ae1c750a Added launchcode-tn.jpg to docs/static/img 2014-11-13 22:08:29 -05:00
4b71eb16e1 Compressed showcase thumbnails further 2014-08-26 14:37:34 -04:00
954498803d Added ucsb to showcase 2014-08-26 14:37:12 -04:00
1c1615d794 Adding a bunch of new sites to the showcase 2014-08-26 12:27:25 -04:00
04d412ed16 Fixed showcase image paths 2014-08-20 11:17:38 -04:00
2a44ca543b More doc site improvements. Added documentation's new layout 2014-05-28 01:37:33 -04:00