Roy Reveltas
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
Vincent Batoufflet
eda3678742
Add automatic page date fallback
...
Closes #2239
2016-06-28 23:50:50 +02:00
marco
c21e2b3b4d
tpl: Enable safeHTMLAttr
...
See #2234 and #347
2016-06-27 09:18:14 -06:00
Bjørn Erik Pedersen
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
Cameron Moore
e3b162ccc6
transform: Don't use helpers.StringToReader
2016-06-25 18:02:07 -05:00
Cameron Moore
e2aea65170
helpers: Remove ToReader funcs
...
Remove StringToReader and BytesToReader in favor of using the stdlib directly.
2016-06-25 17:57:05 -05:00
Bjørn Erik Pedersen
29ca323a34
docs: Regen commands doc
...
Fixes #2235
2016-06-22 14:03:18 +02:00
Bjørn Erik Pedersen
1accd3ba88
Fix example for autocomplete
...
See #2235
2016-06-22 13:59:53 +02:00
Cameron Moore
a4b8496210
docs: Fix typo is 0.16 release notes
2016-06-20 13:21:10 -05:00
Bjørn Erik Pedersen
ca5ae50c2b
Revert "docs: Refactor /docs to use the block keyword"
...
I forgot that we support Go 1.5 ...
This reverts commit 3a2748e0d2
.
2016-06-20 17:53:27 +02:00
Bjørn Erik Pedersen
3a2748e0d2
docs: Refactor /docs to use the block keyword
...
Fixes #2226
Closes #2229
2016-06-20 15:50:41 +02:00
Martijn ten Bhömer
357c9db235
docs: Add mtbhomer.com to the showcase
2016-06-19 16:12:59 +02:00
Bjørn Erik Pedersen
714d4a9a97
Fix failing Windows test
...
Closes #2225
2016-06-18 13:58:54 +02:00
Kishin Yagami
44edd9382a
Add tests for embedded shortcodes
...
Fixes #1956
Closes #2204
2016-06-18 11:49:55 +02:00
Cameron Moore
8b54843a0d
hugo: Revert git commit message guidelines
2016-06-17 08:23:43 -05:00
Cameron Moore
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
Hanchen Wang
c52bb4efbe
commands: Specify os port generic errors
...
Closes #2217
2016-06-16 15:28:06 +02:00
Bjørn Erik Pedersen
aa690c8e95
commands: Fix charsets in mimetypes
...
Fixes #2218
2016-06-15 19:34:21 +02:00
Bjørn Erik Pedersen
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
Cesare
6ba074562c
docs: Add upbeat.it to the showcase
2016-06-14 18:19:03 +02:00
Roberto Rosario
c01f98255b
docs: Add mayan-edms to the showcase
2016-06-14 18:13:19 +02:00
Bjørn Erik Pedersen
8588103316
Unexport ShouldBuild and AssertShouldBuild
2016-06-14 15:53:49 +02:00
Hanchen Wang
eeaafb4b26
hugolib: futureStats plural
2016-06-14 15:45:27 +02:00
Hanchen Wang
fb0c1350d4
hugolib: Handle unpecified date for IsFuture and IsExpired
2016-06-14 15:45:26 +02:00
Hanchen Wang
673e41bf6a
hugolib: Add expiredStats to build feedback
2016-06-14 15:45:26 +02:00
Hanchen Wang
32c0e3fd1f
hugolib: Bug fix futureStats
2016-06-14 15:45:26 +02:00
Hanchen Wang
4724a5794e
hugolib: Refactor page.ShouldBuild and table driven test
2016-06-14 15:45:26 +02:00
Hanchen Wang
f7b2e532e2
docs: Add ExpiryDate to the list of variables
2016-06-14 15:45:26 +02:00
Hanchen Wang
448f0306d7
docs: Example of how to use Order by ExpiryDate
2016-06-14 15:45:26 +02:00
Hanchen Wang
02d2f05e74
docs: Add instructions on buildExpired in build configurations
2016-06-14 15:45:26 +02:00
Hanchen Wang
6e9fbf8ad6
docs: Add expirydate to front-matter doc
2016-06-14 15:45:26 +02:00
Hanchen Wang
5461a5e03d
commands: Add listExpiredCmd for expired pages
2016-06-14 15:45:26 +02:00
Hanchen Wang
51f7cd9bde
commands: Add buildExpired flag
2016-06-14 15:45:26 +02:00
Hanchen Wang
c1c8ecc9d6
hugolib: Add GroupByExpireDate function
2016-06-14 15:45:26 +02:00
Hanchen Wang
091915c75d
hugolib: Add sort ByExpiryDate function
2016-06-14 15:45:25 +02:00
Hanchen Wang
6472f158a4
hugelib: Add expiredCount as a Site variable
2016-06-14 15:45:25 +02:00
Hanchen Wang
d4156e6127
hugolib: Support an expiration date
2016-06-14 15:45:25 +02:00
Bjørn Erik Pedersen
2564f46a68
Fix Emojfy for certain text patterns
...
Fixes #2198
2016-06-11 20:40:56 +02:00
Bjørn Erik Pedersen
683888ebc8
Change hugo to Hugo in help text
2016-06-09 16:03:25 +02:00
Marvin Pinto
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
Sam Broughton
75deb923d9
Remove unneeded casts in page.getParam
...
Closes #2186
2016-06-09 15:40:06 +02:00
Cody W. Opel
acbedf6220
Fix urlesc import url in Dockerfile
2016-06-08 01:33:14 -06:00
James Campbell
48ebd598a9
docs: Add jamescampbell.us to the showcase
2016-06-06 21:04:02 +02:00
Steve Francia
f9cadee8de
Bump version to 0.17-DEV
2016-06-06 09:10:55 -04:00
Steve Francia
7212e51347
Update release-notes.md
...
bump 0.16 to the correct date and add meta generator note.
2016-06-06 08:37:59 -04:00
Bjørn Erik Pedersen
b7513ea6ff
Get Dockerfile up-to-date
2016-06-05 11:06:04 +02:00
Bjørn Erik Pedersen
a7f51703c4
Add Hugo generator tag to home page if not present
...
Fixes #2182
2016-06-04 21:55:56 -04:00
Bjørn Erik Pedersen
80ebe0578a
Update release-notes.md
2016-06-04 21:44:38 +02:00
Bjørn Erik Pedersen
60184823e5
docs. Add the guranteed exit -1 on eror to Hugo 0.16 rel notes
...
It is a minor thing, but BIG thing for many, including myself.
2016-06-04 00:14:32 +02:00
Bjørn Erik Pedersen
cf10d4ce79
Some polish and addends to 0.16 release notes
2016-06-03 22:54:18 +02:00