Commit Graph

445 Commits

Author SHA1 Message Date
Ramon Bartl c2df09d616 Docs: Added RIDING BYTES to Showcase Page 2015-10-05 17:38:13 -04:00
Maxime Michel 6e0f9d4b00 Adding maximeguitare.com to showcase 2015-10-05 17:35:19 -04:00
Anthony Fok 47a3e289ae 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 6bd02f824c Add yulinling.net to Showcase 2015-09-14 14:12:49 -06:00
Anthony Fok 71204ed95c docs: Optimize recent thumbnail images in Showcase 2015-09-14 14:04:21 -06:00
Kohei Yoshino bc2abb78cd Add FxSiteCompat.com to Showcase 2015-09-08 22:58:43 -04:00
spf13 bdeaf54605 fix showcase to render properly 2015-09-08 22:55:17 -04:00
Richard Sumilang 22ae196d8d Adding RichardSumilang.com to the showcases. 2015-09-08 11:35:33 -04:00
Benoit Benedetti 6f92190d8c Docs: Add Humboldtux.net to Showcase page 2015-09-08 11:34:52 -04:00
spf13 37da720638 showcase layout improved when thumbnails are different proportions 2015-09-08 11:23:14 -04:00
sergeant 1138c0813b Add NoDesk to Showcase 2015-09-08 09:11:44 -04:00
Karim Ali 82d35c2cad Add GreenITGlobe website for showcases page 2015-09-08 08:56:41 -04:00
Hugh Grigg 6bd65de167 Add Chinese Grammar to showcase 2015-09-08 08:54:56 -04:00
Anthony Fok 8917c53650 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 40a201ab7d 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 665af05559 Add Arqueart to Showcase 2015-08-07 23:34:59 -06:00
Sam Debruyn 62a84b9a60 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 d47e392253 Added szymonkatra.github.io site to showcase 2015-07-24 11:26:24 +02:00
Scott C Wilson e419e0822c Add scottcwilson.github.io to showcase site 2015-07-24 11:21:56 +02:00
Éli Marshal c8e3ffc875 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 e1f7ad0877 Add learnoverpass 2015-07-09 19:13:31 +02:00
Arian Allenson M. Valdez f04f605751 Add arianv 2015-07-09 19:13:31 +02:00
Sam Debruyn d655800cff add a showcase of sa.muel.be 2015-07-09 10:56:40 +02:00
kangkona bd204e759c Add a showcase of Kangkona 2015-07-08 07:42:04 +02:00
Rick Cogley 196e6e4a82 Add Rick and eSolia's sites to the Hugo docs showcase 2015-07-08 07:37:30 +02:00
Mario Sanchez Carrion 6304ccf0f8 added thumbnail 2015-06-26 21:26:17 +02:00
tim fb175101a4 add vamp.io site as showcase 2015-06-26 20:59:40 +02:00
bep f9813c7db3 docs: add bepsays.com to showcase 2015-05-26 10:51:57 +02:00
spf13 cdd2f6b783 Add GopherCon to the showcase 2015-05-25 11:55:48 -04:00
spf13 7a43ec0fca Add GoGB to the showcase 2015-05-25 11:55:33 -04:00
spf13 ea982eac06 Add DavidePetilli to showcase 2015-05-25 11:55:19 -04:00
bep da3971eced docs: avoid navbar hiding when jumping to in-page anchor 2015-05-22 20:18:22 +02:00
bep 68dd83a920 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 d8d1379988 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
Anthony Fok 0362171c8a [Docs] Use OptiPNG to shrink PNG images losslessly
So they load slightly faster.  :-)
2015-01-28 13:25:07 -07:00
Anthony Fok 2f1fbab53a Some housekeeping of the Showcase and Press pages 2015-01-28 13:25:07 -07:00
Dan Hersam 638aca8b72 Added three videos to documentation.
Created shortcode for YouTube videos and made the videos responsive in the
stylesheet.
2015-01-27 23:44:46 +01:00
Anthony Fok 5360e6222e [Docs] New testimonials and press coverage
Found on @spf13's Twitter.  :-)

Prevent the testimonial dates from wrapping.

Also fix a few minor problems to get the home page
to validate as proper HTML5.
2015-01-19 04:16:54 -07:00
Anthony Fok 53d955ccfe [Docs] Limit .fa { display: inline } within #main-content
Otherwise the items in the side menu won't line up.
Sorry about this oversight in my recent commit.
2015-01-19 02:49:50 -07:00
Anthony Fok 4b486c4383 [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
Anthony Fok 11310eb86b [Docs] Use <dl> for definition lists of variables
Hopefully making them more semantic and easier to read,
though it is raw HTML so it is slightly more work to maintain.

Also made minor revisions to some of the variable descriptions
to be more informative, e.g. `:monthname` in permalinks use
full English names ("January" etc.)
2015-01-19 01:30:38 -07:00
Anthony Fok c96ba38442 [Docs] Adjust sidebar menu width and capitalization
Make the sidebar menu slightly wider so the arrow
does not get pushed to the next line.

Also remove `text-transform: capitalize;` so we can have,
e.g., "Table of Contents" rather than "Table Of Contents".
2015-01-17 00:11:17 -07:00
Arjen Schwarz 30f93fdaf4 Tutorial: Automated deployments
Also fixed the next/prev for the tutorials
2015-01-12 22:59:14 -07:00
Anthony Fok 46154cd101 Some more random copyediting of Hugo docs
- Change "livereload" and "live reload" to "LiveReload";
 - Add a `$ ` prompt before example command lines
   (not exhaustive, work in progress);
 - Remove unnecessary whitespace from partials;
 - Revise the blackfriday options table in overview/configuration.md
   to make it narrower.
 - Manually set the language for highlight.js where appropriate
 - Rename "404" to "Custom 404 page", and remove incorrect reference
   to "homepage"
 - Credit the author of tutorials/github_pages_blog.md
   (Similar notes are necessary for other contributed pages where
    "I" am not spf13 to avoid reader confusion.)
 - Add CSS for `kbd` and `table` etc. to css/style.css;
 - etc.
2015-01-09 11:51:15 -07:00
Anthony Fok 458f02b4dd Add basic Google Custom Search to Hugo docs
Fixes #753
2015-01-08 00:17:01 -07:00
Tom Helmer Hansen d27f89080a Add www.thehome.dk to showcase 2014-12-30 12:28:19 -07:00
Alex Dunn 619da1ee41 showcase: update ucsb entry 2014-12-03 13:53:29 +01:00
Rasmus Stougaard 437664bd09 Added stou.dk to showcases 2014-11-24 17:23:37 -05:00
Ryan Kimber 72a35bf0ef Added launchcode-tn.jpg to docs/static/img 2014-11-13 22:08:29 -05:00
Alex Dunn 523a97ed54 instructions for Homebrew installation
updated installation page of documentation, and changed "Download" button on index.html to scroll to bottom where multiple installation options are featured

getting the scrolldown to work required removing the fixed positioning on #action and on the footer
2014-09-22 21:51:19 -04:00