Anthony Fok
f8f128a08a
Docs: Remove octicons fonts
...
The GitHub octicons fonts, which, in our case, came with GitHub:buttons,
are not actually used on gohugo.io. Rather, the icons inside the GitHub
buttons are actually glyphs from Font Awesome.
2015-12-21 03:28:07 -07:00
Anthony Fok
7c84ad56cb
Docs: Remove unused GitHub:buttons files
...
The GitHub:buttons JavaScript code docs/static/js/buttons.js
from https://github.com/ntkme/github-buttons was referenced
in docs/layouts/partials/footer.html but never used.
Apparently, the actual code for the GitHub buttons on the upper-left
corner of gohugo.io documentation was written by @spf13 in
docs/static/js/scripts.js.
2015-12-20 13:18:18 -07:00
Anthony Fok
217d25f560
Docs: Upgrade Font Awesome from 4.1.0 to 4.5.0
...
From https://fortawesome.github.io/Font-Awesome/assets/font-awesome-4.5.0.zip
2015-12-19 14:47:26 -07:00
Anthony Fok
a84d82121a
Upgrade jQuery 2.1.1 to 2.1.4 in doc
2015-12-19 12:19:26 -07:00
Anthony Fok
a1d232f4b6
Docs: Make <hr> slightly darker on gohugo.io
2015-12-19 05:11:54 -07:00
Salar Rahmanian
5af8cc2970
Add gadgetplayboy.com to Showcase and an article to Press
2015-12-19 01:05:03 -07:00
Anthony Fok
705104338e
Docs: Enhance contrast and increase font-weight
...
Also replace 'Courier New' with newer monospace fonts,
and make font in main text slightly smaller to better fit
smaller screen.
See #1678 .
2015-12-16 19:10:46 -07:00
Valentin Vago
d7ef272a23
Add Camunda blog and docs showcases
2015-11-30 23:16:58 -07:00
Anthony Fok
a871c87f90
docs: Optimize a few large showcase thumbnail PNGs
...
using pngquant and OptiPNG. Result:
arresteddevops-tn.png 154734 bytes → 47184 bytes
maximeguitare-tn.png 95571 bytes → 24183 bytes
ridingbytes-tn.png 262222 bytes → 66491 bytes
And a small one to an even smaller one too:
goin5minutes-tn.png 26220 bytes → 9297 bytes
2015-11-20 14:17:02 -07:00
digitalcraftsman
2e1d2ba018
Add Go in 5 minutes to the showcases
2015-11-20 13:49:27 -07:00
Matt Stratton
923e455731
Add Arrested DevOps site to Showcase
2015-11-20 10:16:04 -05:00
tuxy
5c6d8c57b9
Add ReadText project to Site Showcase
2015-11-16 06:14:32 -07:00
Richard Sumilang
39933111b9
Adding LosslessLife blog to showcase.
2015-11-16 06:03:28 -07:00
Fabiano Frizzo
217ffa87c9
Fix doc render on Firefox
...
Fix #1523
2015-10-31 09:59:02 -06:00
Robert Aistleitner
42453357aa
add bugtrackers.io to hugo docs showcases
2015-10-31 09:50:42 -06:00
Shivanshu Agrawal
1ce3bb22f8
add ninjaducks.in to showcase
2015-10-31 09:36:50 -06:00
Ramon Bartl
7ecf2a55c1
Docs: Added RIDING BYTES to Showcase Page
2015-10-05 17:38:13 -04:00
Maxime Michel
622d872418
Adding maximeguitare.com to showcase
2015-10-05 17:35:19 -04:00
Anthony Fok
08d41c3a48
Fix strange carousel width on http://gohugo.io/
...
The solution is to add `table-layout:fixed` when `display:table` is used
as per the answer given at:
http://stackoverflow.com/questions/21230184/owl-carousel-inside-a-table-cell-parent-makes-parent-to-expand-weird
Fixes #1465
2015-10-02 03:32:33 -06:00
lynxiayel
68b8dd73de
Add yulinling.net to Showcase
2015-09-14 14:12:49 -06:00
Anthony Fok
cd4f36ba57
docs: Optimize recent thumbnail images in Showcase
2015-09-14 14:04:21 -06:00
Kohei Yoshino
93b3898633
Add FxSiteCompat.com to Showcase
2015-09-08 22:58:43 -04:00
spf13
9e526b65d3
fix showcase to render properly
2015-09-08 22:55:17 -04:00
Richard Sumilang
daf5f32cba
Adding RichardSumilang.com to the showcases.
2015-09-08 11:35:33 -04:00
Benoit Benedetti
aec0e17ae1
Docs: Add Humboldtux.net to Showcase page
2015-09-08 11:34:52 -04:00
spf13
bfa06fff86
showcase layout improved when thumbnails are different proportions
2015-09-08 11:23:14 -04:00
sergeant
138ffefd6a
Add NoDesk to Showcase
2015-09-08 09:11:44 -04:00
Karim Ali
16cbda979c
Add GreenITGlobe website for showcases page
2015-09-08 08:56:41 -04:00
Hugh Grigg
570d4e4cc4
Add Chinese Grammar to showcase
2015-09-08 08:54:56 -04:00
Anthony Fok
cafcd1909f
docs: Remove minodisk's http://dsk.mn/ from Showcase
...
The domain dsk.mn expired in January 2015,
and unfortunately I was unable to reach the author
nor find his replacement website.
2015-08-08 14:48:01 -06:00
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
Bruno Calheira
b14b90435a
Add Arqueart to Showcase
2015-08-07 23:34:59 -06:00
Sam Debruyn
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
Szymon Katra
9c8ce0d935
Added szymonkatra.github.io site to showcase
2015-07-24 11:26:24 +02:00
Scott C Wilson
de38524cd1
Add scottcwilson.github.io to showcase site
2015-07-24 11:21:56 +02:00
Éli Marshal
90af334c21
Omit protocol from embedded font resources
...
Fixes the mixed content errors and loads fonts when accessing
https://gohugo.io/
2015-07-11 01:10:45 +02:00
Arian Allenson M. Valdez
88fe0e7c2c
Add learnoverpass
2015-07-09 19:13:31 +02:00
Arian Allenson M. Valdez
5f69d3d654
Add arianv
2015-07-09 19:13:31 +02:00
Sam Debruyn
6807151a22
add a showcase of sa.muel.be
2015-07-09 10:56:40 +02:00
kangkona
450dc7a411
Add a showcase of Kangkona
2015-07-08 07:42:04 +02:00
Rick Cogley
617fa2fe65
Add Rick and eSolia's sites to the Hugo docs showcase
2015-07-08 07:37:30 +02:00
Mario Sanchez Carrion
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
spf13
fa58ef5394
Add GopherCon to the showcase
2015-05-25 11:55:48 -04:00
spf13
6f0b80c952
Add GoGB to the showcase
2015-05-25 11:55:33 -04:00
spf13
45efc5e4dc
Add DavidePetilli to showcase
2015-05-25 11:55:19 -04:00
bep
be71fda559
docs: avoid navbar hiding when jumping to in-page anchor
2015-05-22 20:18:22 +02:00
bep
be4f48652d
Add ToC to long pages
...
* A compact, fixed box in the right screen
* Only for big screens, > 1200 px wide
2015-05-11 18:39:42 +02:00
Greg Restall
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