shelan
d7c3dede17
Add shelan.org to showcase page
2016-02-07 23:38:51 +01:00
Anthony Fok
25be260389
Optimize seven recently added Showcase thumbnails
...
Reducing their total size from 960KB to 308KB.
2016-02-06 17:27:06 +08:00
Vladislav Supalov
720121ebae
Added showcase for datapipelinearachitect.com
2016-02-04 18:35:55 +01:00
David Allen
a81b9db55b
Added showcase for davidrallen.com
2016-02-03 22:26:11 +01:00
Rick Cogley
cc30c23238
Update lastmod date and screenshot for Rick Cogley site
2016-02-01 16:18:16 +01:00
leepenney
052966f9ba
Add leepenney.com to showcase page
2016-01-24 16:22:55 +00:00
Brynjar Harðarson
80a24fb02e
Add Web Study List to showcase page
2016-01-21 23:35:13 +00:00
tcnksm
558576e151
Add Rakuten Tech Blog in showcase page
2016-01-20 22:36:24 +01:00
callmelanmao
56b1482f47
add javaunion in showcase
2016-01-20 11:58:35 +08:00
Emily Horsman
c6bdb84752
Docs: add emilyhorsman.com (buttercup theme) to showcase
2016-01-09 11:02:27 -07:00
digitalcraftsman
2d93bfc02f
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
1d16427281
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
ccb11ffa77
Add Coding Journal (blog.kulman.sk) to the Showcase
2015-12-25 04:12:17 -07:00
Anthony Fok
3b840c7b12
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
705e6c563a
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
9974435d81
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
11edfed844
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
cedd5fb9b4
Docs: Upgrade jquery.scrollTo from 1.4.6 to 2.1.2
2015-12-21 12:54:47 -07:00
Anthony Fok
5566bf0ae0
Docs: Correct file permissions from 0755 to 0644
2015-12-21 12:40:08 -07:00
Anthony Fok
edfa80c5dd
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
324121f1f7
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
1fcfdae801
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
f55d923aae
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
db991c0293
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
9f2cf36ab2
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
649f78932b
Upgrade jQuery 2.1.1 to 2.1.4 in doc
2015-12-19 12:19:26 -07:00
Anthony Fok
07c7ec018d
Docs: Make <hr> slightly darker on gohugo.io
2015-12-19 05:11:54 -07:00
Salar Rahmanian
fa2e6e96ff
Add gadgetplayboy.com to Showcase and an article to Press
2015-12-19 01:05:03 -07:00
Anthony Fok
32a77e255c
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
df3ba80c2d
Add Camunda blog and docs showcases
2015-11-30 23:16:58 -07:00
Anthony Fok
f8d8b901d9
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
9dd9ba24ff
Add Go in 5 minutes to the showcases
2015-11-20 13:49:27 -07:00
Matt Stratton
fc3f262be1
Add Arrested DevOps site to Showcase
2015-11-20 10:16:04 -05:00
tuxy
d8199850b3
Add ReadText project to Site Showcase
2015-11-16 06:14:32 -07:00
Richard Sumilang
b9630bb9c9
Adding LosslessLife blog to showcase.
2015-11-16 06:03:28 -07:00
Fabiano Frizzo
e389d47baf
Fix doc render on Firefox
...
Fix #1523
2015-10-31 09:59:02 -06:00
Robert Aistleitner
8ec1dcab9f
add bugtrackers.io to hugo docs showcases
2015-10-31 09:50:42 -06:00
Shivanshu Agrawal
bbc9a0909d
add ninjaducks.in to showcase
2015-10-31 09:36:50 -06:00
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