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
digitalcraftsman
8537cecb00
Docs: add Hugopit to tools section
2016-01-21 14:30:06 +01: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
Bjørn Erik Pedersen
3526afc773
Fix some Go vet errors
2016-01-16 00:28:48 +01:00
Bjørn Erik Pedersen
58a183c330
Docs: Add doc for string and int
2016-01-16 00:06:32 +01:00
Bjørn Erik Pedersen
75ba84acbf
Add int and string cast template funcs
2016-01-15 23:56:45 +01:00
Bjørn Erik Pedersen
f89eb349e4
Docs: Enable plain id anchors
...
Making it possible to post permanent anchored links to StackExchange etc.
2016-01-15 12:55:35 +01:00
Bjørn Erik Pedersen
78f9bf2444
Add one more menu test
...
See #1774
2016-01-14 17:30:05 +01:00
Bjørn Erik Pedersen
ab70e6f52f
Add menu test for external URL
...
See #1774
2016-01-14 15:14:21 +01:00
Anthony Fok
dd85c29091
Docs: Add missing "-b master" parameter to "git submodule add" command
...
for correct deployment on GitHub Pages. Thanks, @adrianmoya!
Fixes #1777
2016-01-14 01:24:45 -07:00
Bjørn Erik Pedersen
e69e276ac9
Update Travis config to Go 1.5.3
2016-01-13 22:43:55 +01:00
Bjørn Erik Pedersen
e8ca52e93a
Add one more temporary template test for linux/arm
...
See #1771
2016-01-13 14:26:25 +01:00
Bjørn Erik Pedersen
bca2d38e52
Add temporary template test for linux/arm
...
See #1771
2016-01-13 14:10:14 +01:00
Steve Francia
ed3015c350
update server to match latest afero
2016-01-11 21:45:05 -05:00
Anthony Fok
dd1d655617
Docs: Change the pseudo-absolute path to a relative one
...
See #1765
2016-01-09 11:57:14 -07:00
Emily Horsman
082476e713
Docs: add emilyhorsman.com (buttercup theme) to showcase
2016-01-09 11:02:27 -07:00
Bjørn Erik Pedersen
1ce184b7f1
Add some p-wrap shortcode tests
...
Deliberetely made to pass, even if they (probably) should not.
See #1642
2016-01-09 16:11:38 +01:00
Bjørn Erik Pedersen
48870fef2e
Group vars in paginator
...
It's easier to read.
2016-01-08 22:55:19 +01: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
2c66167431
Docs: Copyedit extras/robots-txt.md
2016-01-06 21:11:02 -07:00
Bjørn Erik Pedersen
01f71babfc
docs: Add lastmod to content files
...
Based on last commit in Git.
2016-01-06 23:55:18 +01:00
ominty
9d70e78031
Update press.md
...
New entry: Harald Weidner in german at Cologne Linux Meeting 2015: Link to set of slides available on bottom of page
2016-01-06 12:02:42 -05:00
Ivan Fraixedes
9a6dc6c791
Add embeded template for robots.txt
2016-01-05 23:36:16 +01:00
Daniel Martí
7c5a1fd16b
Replace *bytes.Buffer with io.Writer in rendering
...
Found via github.com/mvdan/interfacer.
2016-01-05 23:32:03 +01:00
Cameron Moore
4c596483e1
Update and refactor to ack Go Authors
2016-01-05 23:30:33 +01:00
Anthony Fok
6a23cd65e1
Docs: Update copyright year on gohugo.io front page
2016-01-04 23:47:12 -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
Bjørn Erik Pedersen
9ff36c5a8f
Add some trailing newline shortcode tests
...
See #1753
2016-01-04 23:48:05 +01:00
Sven Dowideit
7bc5d3663f
Use a Docker container to build hugo
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-01-04 12:47:23 -05:00
Alexandre Bourget
bc48b4606a
Added documentation about variable scoping in "partials".
2016-01-04 12:42:48 -05:00
Alexandre Bourget
8f8120ba14
Added "Caddy server"'s handling of 404 errors.
2016-01-04 12:42:47 -05:00
Alexandre Bourget
dcad066025
Small refactor: don't call p.Permalink()
for all aliases, call it only
...
once and only if necessary.
2016-01-04 12:41:06 -05:00
Kartik Singhal
0bb3b49c00
Update doc to reflect default value of watch variable
2016-01-04 12:35:26 -05:00
Gerben Castel
6cdb8109cf
Allow renaming of sitemap.xml
2016-01-04 12:28:49 -05:00
Ben Thomas
26d23f7f4b
added remaining relevant options
2016-01-04 11:52:40 -05:00
Ben Thomas
e904ccffb6
added more pygments opts
2016-01-04 11:52:40 -05:00
Antti Järvinen
9008ac0b55
Rename random to shuffle. Remove count parameteter to simplify its role. Add tests for randomising.
2016-01-04 11:47:37 -05:00
Antti Järvinen
302a6ac701
Add Random function to template functions
...
Adds Random function to pick N random items from sequence.
2016-01-04 11:38:57 -05:00
John McFarlane
b1f2b433bc
Fix /.xml RSSLink when uglyurls are enabled
...
Prior to this commit the root url with uglyurls enabled is "/.xml".
This commit relates to #175 .
2016-01-04 11:25:37 -05:00
Wade Fitzpatrick
ff28120e53
Added async version of Google Analytics internal template
2016-01-04 10:33:18 -05:00
Fabiano Frizzo
8f6f13104e
Copy static files changed
...
Fix watcher copy static theme files for
changed files
See #1644 #1559
2016-01-04 10:32:21 -05:00
Anthony Fok
f310492cb0
Add to press.md two articles about Hugo on AWS Lambda
...
and one article about WordPress-to-Hugo migration
2016-01-03 05:14:13 -07:00
Anthony Fok
ce0304a1d1
Change Gitter badge to "gitter | dev chat" in README.md
...
using the badges-as-a service provided by Shields.io
2016-01-03 03:33:10 -07:00
ominty
b309fe853e
Update press.md
...
Fix table, and add new entry
2016-01-02 13:25:04 -07:00
digitalcraftsman
dfa34afd86
Add template funcs countwords and countrunes
2016-01-02 11:00:03 -05:00
Colin Bate
2e92f36890
Add hasPrefix template function.
2016-01-02 10:47:17 -05:00
Sven Dowideit
0f6b334b67
Source file based relative linking
...
ala GitHub repository markdown for both md files and non-md files
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-01-01 15:23:11 -05:00
Sven Dowideit
b78f13b041
Write a simplistic test for site.refLink
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-01-01 14:50:37 -05:00