1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

2337 Commits

Author SHA1 Message Date
ca6b26fe65 commands: Allow schema-less baseURL on command line
Fixes #1632
2016-06-29 23:08:55 -06:00
5572e3496b Update Travis config to Go 1.6.2 2016-06-29 23:05:48 -06:00
195a2b3845 docs: Suggests the use of delimiter for taxonomy listing
as a shortcut suggested by @digitalcraftsman.

See #2143
2016-06-29 22:52:29 -06:00
364686ecbb docs: Add additional example for taxonomies listing
Add another example how to list taxonomies inline,
adding title (singular or plural) and commas between taxonomies.

See #2143
2016-06-29 22:36:34 -06:00
eda3678742 Add automatic page date fallback
Closes #2239
2016-06-28 23:50:50 +02:00
c21e2b3b4d tpl: Enable safeHTMLAttr
See #2234 and #347
2016-06-27 09:18:14 -06:00
cdd6a124c2 Add test for shortcode in fenced code block
Which I expected to fail, but it doesn't ...

See #2223
2016-06-26 19:46:29 +02:00
e3b162ccc6 transform: Don't use helpers.StringToReader 2016-06-25 18:02:07 -05:00
e2aea65170 helpers: Remove ToReader funcs
Remove StringToReader and BytesToReader in favor of using the stdlib directly.
2016-06-25 17:57:05 -05:00
29ca323a34 docs: Regen commands doc
Fixes #2235
2016-06-22 14:03:18 +02:00
1accd3ba88 Fix example for autocomplete
See #2235
2016-06-22 13:59:53 +02:00
a4b8496210 docs: Fix typo is 0.16 release notes 2016-06-20 13:21:10 -05:00
ca5ae50c2b Revert "docs: Refactor /docs to use the block keyword"
I forgot that we support Go 1.5 ...

This reverts commit 3a2748e0d2d1a574f569fb9cf45efeaf8d1fee2f.
2016-06-20 17:53:27 +02:00
3a2748e0d2 docs: Refactor /docs to use the block keyword
Fixes #2226
Closes #2229
2016-06-20 15:50:41 +02:00
357c9db235 docs: Add mtbhomer.com to the showcase 2016-06-19 16:12:59 +02:00
714d4a9a97 Fix failing Windows test
Closes #2225
2016-06-18 13:58:54 +02:00
44edd9382a Add tests for embedded shortcodes
Fixes #1956
Closes #2204
2016-06-18 11:49:55 +02:00
8b54843a0d hugo: Revert git commit message guidelines 2016-06-17 08:23:43 -05:00
373ca66287 hugo: Update contribution guidelines
Refactor the contribution guidelines in the README and CONTRIBUTING
files.

Simplify the contribution guide in the README and move most of the
complex stuff into CONTRIBUTING.

Add an explicit commit message guidelines section to CONTRIBUTING.  Keep
all of the guidelines from Chris Beams except for the 72 character line
limit (we don't follow that, nor does the Go team).  Add three new
guidelines: package prefix in subject, references in body, and
encouragement of message body in general.

Add a new section to CONTRIBUTING on using Git Remotes.
2016-06-16 16:31:22 -05:00
c52bb4efbe commands: Specify os port generic errors
Closes #2217
2016-06-16 15:28:06 +02:00
aa690c8e95 commands: Fix charsets in mimetypes
Fixes #2218
2016-06-15 19:34:21 +02:00
34f40044d7 Fix shortcode in markdown headers
This issue was introduced as a fix to shortcode not working in RST.

One could argue that Blackfriday and friends should handle `#` in titles, but that will be a discussion
for another day.

The new placeholder pattern should be RST safe and work with titles.

And now with a test so this doesn't break again.

Fixes #2192
Fixes #2209
Closes #2210
2016-06-15 09:12:07 +02:00
6ba074562c docs: Add upbeat.it to the showcase 2016-06-14 18:19:03 +02:00
c01f98255b docs: Add mayan-edms to the showcase 2016-06-14 18:13:19 +02:00
8588103316 Unexport ShouldBuild and AssertShouldBuild 2016-06-14 15:53:49 +02:00
eeaafb4b26 hugolib: futureStats plural 2016-06-14 15:45:27 +02:00
fb0c1350d4 hugolib: Handle unpecified date for IsFuture and IsExpired 2016-06-14 15:45:26 +02:00
673e41bf6a hugolib: Add expiredStats to build feedback 2016-06-14 15:45:26 +02:00
32c0e3fd1f hugolib: Bug fix futureStats 2016-06-14 15:45:26 +02:00
4724a5794e hugolib: Refactor page.ShouldBuild and table driven test 2016-06-14 15:45:26 +02:00
f7b2e532e2 docs: Add ExpiryDate to the list of variables 2016-06-14 15:45:26 +02:00
448f0306d7 docs: Example of how to use Order by ExpiryDate 2016-06-14 15:45:26 +02:00
02d2f05e74 docs: Add instructions on buildExpired in build configurations 2016-06-14 15:45:26 +02:00
6e9fbf8ad6 docs: Add expirydate to front-matter doc 2016-06-14 15:45:26 +02:00
5461a5e03d commands: Add listExpiredCmd for expired pages 2016-06-14 15:45:26 +02:00
51f7cd9bde commands: Add buildExpired flag 2016-06-14 15:45:26 +02:00
c1c8ecc9d6 hugolib: Add GroupByExpireDate function 2016-06-14 15:45:26 +02:00
091915c75d hugolib: Add sort ByExpiryDate function 2016-06-14 15:45:25 +02:00
6472f158a4 hugelib: Add expiredCount as a Site variable 2016-06-14 15:45:25 +02:00
d4156e6127 hugolib: Support an expiration date 2016-06-14 15:45:25 +02:00
2564f46a68 Fix Emojfy for certain text patterns
Fixes #2198
2016-06-11 20:40:56 +02:00
683888ebc8 Change hugo to Hugo in help text 2016-06-09 16:03:25 +02:00
5d3aabcb32 Update the alias generated HTML files to conform to the W3C HTML spec
- W3C recommends that there be a [whitespace character][1] between the
`;` and the `url=` portions.

- W3C also recommends that there be a [title][2] child in the `head`
element

[1]: https://www.w3.org/TR/html-markup/meta.http-equiv.refresh.html
[2]: https://www.w3.org/TR/html-markup/head.html

Closes #1933
2016-06-09 15:57:35 +02:00
75deb923d9 Remove unneeded casts in page.getParam
Closes #2186
2016-06-09 15:40:06 +02:00
acbedf6220 Fix urlesc import url in Dockerfile 2016-06-08 01:33:14 -06:00
48ebd598a9 docs: Add jamescampbell.us to the showcase 2016-06-06 21:04:02 +02:00
f9cadee8de Bump version to 0.17-DEV 2016-06-06 09:10:55 -04:00
7212e51347 Update release-notes.md
bump 0.16 to the correct date and add meta generator note.
v0.16
2016-06-06 08:37:59 -04:00
b7513ea6ff Get Dockerfile up-to-date 2016-06-05 11:06:04 +02:00
a7f51703c4 Add Hugo generator tag to home page if not present
Fixes #2182
2016-06-04 21:55:56 -04:00