Anthony Fok
ed23711e2e
Optimize seven recently added Showcase thumbnails
...
Reducing their total size from 960KB to 308KB.
2016-02-06 17:27:06 +08:00
Vladislav Supalov
5a7837cdf0
Added showcase for datapipelinearachitect.com
2016-02-04 18:35:55 +01:00
David Allen
868d0745b3
Added showcase for davidrallen.com
2016-02-03 22:26:11 +01:00
Rick Cogley
243fbbf0f9
Update lastmod date and screenshot for Rick Cogley site
2016-02-01 16:18:16 +01:00
leepenney
0525fbddbc
Add leepenney.com to showcase page
2016-01-24 16:22:55 +00:00
Brynjar Harðarson
eae46bdc1f
Add Web Study List to showcase page
2016-01-21 23:35:13 +00:00
tcnksm
e27beadfe8
Add Rakuten Tech Blog in showcase page
2016-01-20 22:36:24 +01:00
callmelanmao
ca8d187b0d
add javaunion in showcase
2016-01-20 11:58:35 +08:00
Emily Horsman
082476e713
Docs: add emilyhorsman.com (buttercup theme) to showcase
2016-01-09 11:02:27 -07:00
digitalcraftsman
b47652fb29
Docs: add panel showing the last revision of a page
...
The panel also contains the version of the
documentation.
2016-01-07 04:23:26 -07:00
Anthony Fok
851c16ef3b
Docs: Run "brew update" before "brew install hugo"
...
Remind user to always run "brew update" first in order to avoid
repeated bug reports from users who didn't do that.
See #824 , #1067 , #1537 , #1633 and #1749
2016-01-04 23:36:57 -07:00
Igor Kulman
cd54042c76
Add Coding Journal (blog.kulman.sk) to the Showcase
2015-12-25 04:12:17 -07:00
Anthony Fok
7cf7f85ad6
Docs: Upgrade highlight.js to 9.0.0
...
with the following added languages in anticipation of document expansion:
apache dockerfile dos less php powershell python tex yaml
To reproduce docs/static/js/highlight.pack.js on Debian/Ubuntu:
$ sudo apt-get install nodejs npm
$ wget https://github.com/isagalaev/highlight.js/archive/9.0.0.tar.gz
$ tar xzf 9.0.0.tar.gz
$ cd highlight.js-9.0.0/
$ npm install
$ nodejs tools/build.js markdown asciidoc xml css javascript \
ini yaml json go bash diff dockerfile dos powershell makefile \
apache nginx tex http php python ruby django haml handlebars \
scss less coffeescript
Then, copy the resulting build/highlight.pack.js as well as
src/styles/monokai-sublime.css to the appropriate Hugo docs directories.
2015-12-22 13:54:35 -07:00
Anthony Fok
df92a6b998
Docs: Upgrade InstantClick from 3.0.1 to 3.1.0
...
Note: It is not currently used on http://gohugo.io/
2015-12-21 17:28:06 -07:00
Anthony Fok
aee92f2aee
Docs: Upgrade livereload.js from post-2.0.8 to 2.2.1
...
Note: It is not currently used on http://gohugo.io/
2015-12-21 17:27:43 -07:00
Anthony Fok
23abad7b1d
Docs: Upgrade Owl Carousel to 2.0.0-beta.3 (2015-06-19)
...
Downloaded from
http://smashingboxes.github.io/OwlCarousel2/download/owl.carousel.2.0.0-beta.3.zip
Also modify /index.html to use minified version of CSS files.
2015-12-21 13:21:42 -07:00
Anthony Fok
4b521b4ffb
Docs: Upgrade jquery.scrollTo from 1.4.6 to 2.1.2
2015-12-21 12:54:47 -07:00
Anthony Fok
cca49ad01d
Docs: Correct file permissions from 0755 to 0644
2015-12-21 12:40:08 -07:00
Anthony Fok
f6f0111db6
Docs: Rebase bootstrap-gohugo.css on Bootstrap v3.3.6
...
It was previously based on a customized version of bootstrap.css
from Bootstrap v3.0.0.
Also add a brief copyright notice and description.
2015-12-21 12:12:12 -07:00
Anthony Fok
883431442d
Docs: Rename bootstrap-theme.css to bootstrap-gohugo.css
...
because our bootstrap-theme.css was originally a customized
core bootstrap.css file from Bootstrap v3.0.0.
This rename helps to avoid confusion with Bootstrap’s official
bootstrap-theme.css files.
2015-12-21 12:04:11 -07:00
Anthony Fok
ad6717bd11
Docs: Upgrade Bootstrap from v3.2.0 to v3.3.6
...
Fonts and JavaScript files only
2015-12-21 11:57:55 -07:00
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