bep
be964e95a1
Never remove trailing slash in RelPermalink
...
Fixed #1174
2015-05-27 20:41:43 +02:00
bep
beffe756a9
docs: getting usage up to spec
2015-05-27 11:59:19 +02:00
Anthony Fok
2a40475235
Add two articles about Hugo to the Press page
...
* http://jbrodriguez.io/mobile-friendly-website-2/
* http://blog.hypriot.com/post/moved-from-posthaven-to-hugo/
2015-05-26 21:46:40 -06:00
bep
beaa008c2f
Make deprecated warning for this release more alert
2015-05-26 23:08:25 +02:00
bep
be381683ff
Hyphenate DEV version
2015-05-26 22:44:39 +02:00
Tatsushi Demachi
601a2ce124
Add time.Time
type support to where
tpl func
...
`where` tpl function doesn't support `time.Time` type so if people want
to compare such values, it's required that these values are converted
into `int` and compare them.
This improves it. If `time.Time` values are passed to `where`, it
converts them into `int` internally, compares them and returns the
result.
See also
http://discuss.gohugo.io/t/future-posts-and-past-posts/1229/3
2015-05-26 15:59:36 +02:00
bep
beaa09a7f6
docs: add bepsays.com to showcase
2015-05-26 10:51:57 +02:00
Jeff Ramnani
102a3b95ae
Document techniques for debugging templates.
...
This information was previously scattered around in the forums and
mailing list. Add it to the official docs to make things easier for new
users.
Fixes #1167
2015-05-26 10:01:45 +02:00
spf13
cd06e89be3
adding goxc config file
2015-05-25 21:47:41 -04:00
spf13
d4de261508
bumping master version to v0.15-DEV
2015-05-25 21:46:29 -04:00
spf13
6af9d6789e
Bump version to Hugo v0.14.0
2015-05-25 11:59:47 -04:00
spf13
fa58ef5394
Add GopherCon to the showcase
2015-05-25 11:55:48 -04:00
spf13
6f0b80c952
Add GoGB to the showcase
2015-05-25 11:55:33 -04:00
spf13
45efc5e4dc
Add DavidePetilli to showcase
2015-05-25 11:55:19 -04:00
spf13
fe38dc2fa0
update release notes
2015-05-25 11:55:04 -04:00
spf13
20cb4c9314
Add new directions for maintaining press page
2015-05-25 11:54:47 -04:00
spf13
f49b63a4dd
Move press page to top level menu
2015-05-25 11:54:22 -04:00
spf13
4a1773963b
add dozens of articles to the press page
2015-05-25 11:53:37 -04:00
bep
beee679dfb
Unexport filepath/path bridge types
...
They are of no use outside the helpers package.
See #1160
2015-05-25 13:10:40 +02:00
bep
be79c35bda
Pass RenderingContext by reference in Mmark
2015-05-25 12:57:58 +02:00
bep
befb54da46
Apply gofmt -s
2015-05-25 12:54:13 +02:00
bep
bef34597f4
Add Go 1.4.2 to Travis config
...
Go tip is at 1.5 now; make sure we also test with the latest release version.
2015-05-24 18:46:36 +02:00
spf13
4c850b6921
Update release notes in prep for v0.14.0
2015-05-23 22:04:12 -04:00
bep
bec697b0d5
Remove unused Completed chan on Site
...
See #1160
2015-05-23 22:13:07 +02:00
bep
be7c3bbb09
Prevent cyclic ref crash in JSON encode
...
Note that this commit makes no promise about great JSON output from the encoder, but the cyclic refs should be broken.
Fixes #1123
2015-05-23 12:28:08 +02:00
bep
be778c3160
docs: some more on absURL, relURL
2015-05-22 23:43:02 +02:00
bep
be1366074c
docs: add doc for substr
...
Fixes #1156
2015-05-22 22:36:25 +02:00
bep
be4376a022
docs: add doc for slicestr
...
See #1156
2015-05-22 22:20:45 +02:00
bep
be2e08c4ad
docs: add doc for seq
...
See #1156
2015-05-22 22:17:41 +02:00
bep
be4a404f28
docs: add ToC to some more pages
2015-05-22 20:45:52 +02:00
bep
be71fda559
docs: avoid navbar hiding when jumping to in-page anchor
2015-05-22 20:18:22 +02:00
Jeff Ramnani
0d65ca27fd
Docs: Add taxonomy term variables to the list of vars.
...
Taxonomy Term pages have variables in addition to those on "node"
pages. Documenting these variables with all the other node variables
makes them easier to find.
Fixes : #1155
2015-05-22 19:41:34 +02:00
Jeff Ramnani
7125103b1e
Add ".Render" to the list of functions.
...
Fixes : #1153
2015-05-22 19:38:01 +02:00
Rick Cogley
321bac2fc2
Clarifying Edits for templates/rss.md
...
Added clarification for RSS doc page.
* a little formatting to make key words jump out
* emphasize that you can create your own
* add how to link to the feed in <head>
* add what .RSSlink does
* added point that a link to an RSS feed should be of type application/rss+xml
2015-05-22 19:35:27 +02:00
bep
be0784bbe9
Grammar fix in error message
2015-05-21 23:04:46 +02:00
bep
be7f5a4268
Do not consider single.html for the home page
...
Fixes #1152
2015-05-21 20:12:18 +02:00
bep
be2842da18
Fix formatting in hugo command description
2015-05-21 20:05:29 +02:00
bep
be831d7409
Fix CLI command description for the top level
...
And regenerate the commands doc.
2015-05-21 13:30:11 +02:00
spf13
fc946ded29
Adding default handler & tests Fixes #147
2015-05-20 18:55:24 -04:00
spf13
fd5cf9ac8d
Better organization of loading defaults
2015-05-20 18:50:32 -04:00
spf13
bdb187e482
Merge branch 'master' of GitHub.com:spf13/hugo
2015-05-20 18:48:33 -04:00
spf13
a584ff207b
Stop Viper from leaking across many of the tests (now tests pass regardless of order tested)
2015-05-20 02:21:21 -04:00
bep
be0262786e
Add benchmark test for replaceShortcodeTokens
2015-05-19 22:00:48 +02:00
bep
599d1b9786
Add gendoc command
...
Using the new, great auto-doc in Cobra.
This commit also contains a current result of that command added to a commands section in docs.
Fixes #1136
2015-05-19 10:57:21 -04:00
bep
be920fdb2c
Add a line in doc about the RelativeURL setting
...
Fixes #1145
2015-05-17 15:44:33 +02:00
bep
be5f865c5c
Add bugfix to releasenotes
2015-05-17 15:01:28 +02:00
Takuya Wakisaka
2890b6db36
Fix UTF8 permalink
...
Generate unencoded directory in public dir.
Fixes #988
2015-05-17 14:54:59 +02:00
Takuya Wakisaka
8a96234b1f
Add Page tests with UTF8 paths
...
See #988
2015-05-17 14:54:27 +02:00
bep
befa26b152
Remove trailing spaces in completionfile flag
2015-05-16 19:52:09 +02:00
bep
be1bac9ff4
Add some bullet points to 0.14 rel notes
2015-05-16 18:11:52 +02:00