086d6540c3
Add cdnoverview.com to the showcase
2016-02-24 19:37:05 +01:00
060f0206ee
Docs: remove .Taxonomies from Page variables
...
The property seems to have never existed on Pages.
Fixes #1865 .
2016-02-24 19:22:53 +01:00
d607f4c7df
Docs: fix small typos in functions.md
2016-02-24 19:14:04 +01:00
3749dc76f7
Docs: add "Minify Hugo Generated HTML" to press
2016-02-24 19:04:45 +01:00
e9853642e5
Listen channel before sending values to it
...
The 'results' channel is not listend before sending error values in a
loop checking IsRenderable or not. This fixes it.
2016-02-20 14:03:06 +09:00
253a618854
Go 1.6 is out!
2016-02-17 23:18:54 +01:00
284e959fc4
Close file handle when finished reading file
2016-02-17 21:42:56 +01:00
df17fae532
Docs: add hugo-lunr to the tools section
2016-02-16 23:14:22 +01:00
50182cd06b
Remove superfluous Errorf
2016-02-16 02:05:59 +01:00
c1e4309516
Clean up the trim template func test
2016-02-16 00:47:14 +01:00
8c84048033
Force full rebuild when site config changes
...
Fixes #1840
2016-02-14 15:16:55 +01:00
ad176055d9
Export MainSite var
...
Fixes hacdias/caddy-hugo#46
2016-02-14 13:50:03 +01:00
ce7c267140
Docs: clarify that Amazon WS is, actually, AWS
...
Amazon WS is an uncommon way of referring to Amazon Web Services, which
is usually referred to either by its full name, or as AWS.
2016-02-14 12:12:03 +01:00
4ecf019e2f
Add gntech.se to the showcase
2016-02-14 12:03:57 +01:00
2b1ad54617
Docs: fix typo in YouTube shortcode description
2016-02-13 16:41:25 +01:00
bac1ba4655
Fix spelling and go vet errors
2016-02-13 19:08:48 +08:00
0d415e453b
Link Gitter as Dev Chat in README
2016-02-13 12:04:36 +01:00
21b0aa8633
Restore the wercker status badge to original small size
...
Fix my brown paper bag bug in commit a0eec02.
Sorry for not double-checking before pushing!
2016-02-13 18:48:51 +08:00
06e90b1237
Add documentation for Google Analytics internal template
...
Fixes #1654
2016-02-13 11:41:21 +01:00
a0eec02bd6
Set the wercker badge to track the aaster branch only
2016-02-13 18:39:38 +08:00
207a574f0c
Docs: fix Disqus shortname reference
2016-02-13 11:23:21 +01:00
cfbae7cea2
docs: Add guideline for showcase additions
2016-02-13 10:05:08 +08:00
4a15051e4c
Crop, resize and optimize shelan-tn.png
...
The original image was 2055px × 1252px, which was oversized
and did not fit the required dimension of 600px × 400px
(3:2 aspect ratio).
To fix, the image was cropped and resized to the required dimension,
and was further optimized:
$ pngquant --nofs -v --speed 1 --quality 65-80 shelan-tn.png
$ optipng -o7 -zm1-9 shelan-tn-or8.png
$ mv shelan-tn-or8.png shelan-tn.png
reducing its filesize from 334125 bytes to 26929 bytes.
See #1831
2016-02-13 00:31:25 +08:00
2d11551c53
Ignore temporary file "4913" created by Vim
2016-02-13 00:03:29 +08:00
42f43ad433
Add jorgennilsson.com to showcases
2016-02-12 15:24:22 +01:00
28e6e19d0a
Fix git commit blog article link
...
The blog article linked in the README misses the trailing forward slash
which produces a 404 error instead of redirecting to the correct URL.
2016-02-10 14:55:25 +01:00
8fe1070872
Prevent confusing template errors when seq is nil
...
The common is the `where` func and this:
```
panic: reflect: call of reflect.Value.Type on zero Value [recovered]
panic: reflect: call of reflect.Value.Type on zero Value
```
2016-02-09 19:02:05 +01:00
2b3b90a6df
Add test for Hugo hanging up with empty content
...
This adds a test for the issue #1797 and its fix in 68e2e63.
2016-02-08 20:55:19 +09:00
d1b0290fef
Add shelan.org to showcase page
2016-02-07 23:38:51 +01:00
2b0fad79b7
tpl: Add two more doArithmetic test cases
2016-02-07 23:02:46 +01:00
f90b45f7f3
tpl: Test with nil value in first, last, after and shuffle
2016-02-07 21:16:43 +01:00
3cc468a82f
tpl: Add missing test variants for slicestr
2016-02-07 20:14:24 +01:00
05c8bccf84
hugolib: Add test for parseSitemap
2016-02-07 15:56:56 +01:00
b3c2d90ba2
tpl: Add missing substr test variants
2016-02-07 15:22:57 +01:00
4dcb63c2f6
tpl: Add highlight test
2016-02-07 15:15:27 +01:00
0a8583a451
tpl: Add missing base64 tests
2016-02-07 14:58:23 +01:00
0888ddd01f
tpl: Add tests for word and rune counting
2016-02-07 14:51:06 +01:00
ec49dbb8f5
tpl: Consolidate and complete the Inflect tests
2016-02-07 14:37:04 +01:00
1e8b4d9cde
Add some missing doArithmetic test cases
2016-02-07 14:20:25 +01:00
0f6c8439b9
Add missing menu tests
2016-02-07 13:43:42 +01:00
c462440dcd
Add Page tests for simple methods
2016-02-07 13:32:08 +01:00
66570d2fb3
Add Node tests for simple methods
2016-02-07 13:18:16 +01:00
75044c199f
Add menu sort tests
2016-02-07 12:34:43 +01:00
5995eaaa08
tpl: Unexport all template funcs
...
There is no good reason to export all the template funcs:
* They're not used outside the templates.
* If usable in other packages, they should be moved (to helpers?)
* They create too broad an interface;
users of the tpl package don't see the forest for all the trees.
2016-02-07 11:45:45 +01:00
d1d7702c06
Add a benefit and a simple example to return current year
...
Thanks @bep!
2016-02-07 13:04:35 +08:00
49c2761b28
docs: Fix typo: Janapese → Japanese
2016-02-07 12:53:13 +08:00
0586bf0dc3
Use filepath.Join in locale resource getting
2016-02-07 02:12:33 +01:00
8d8e9dde51
Minor cleanup of some of the resource getting code
2016-02-07 02:07:58 +01:00
b3a70abe40
tpl: Complete coverage for Humanize
2016-02-07 01:45:37 +01:00
7c3dceeaed
Fix buggy Menu.Limit()
2016-02-06 22:53:59 +01:00