hugo/helpers
C. Hoeppler 9f9b93af2c Add logging of asciidoc/-tor errors
Add logging of the errors which asciidoc and asciidoctor output to their
stderr stream when converting asciidoc documents. Note that
asciidoctor's exit code may be SUCCESS even if there are ERROR messages
in its stderr output (tested with Asciidoctor 0.1.4 and 1.5.5).
Therefore log the stderr output whenever it is non-empty.

See #2399
2016-10-13 13:48:30 +02:00
..
configProvider.go Make paginate settings configurable per language 2016-09-15 09:32:52 +02:00
content.go Add logging of asciidoc/-tor errors 2016-10-13 13:48:30 +02:00
content_renderer.go Add TODO list support for Blackfriday 2016-09-09 13:08:20 +02:00
content_renderer_test.go Add TODO list support for Blackfriday 2016-09-09 13:08:20 +02:00
content_test.go Lazy calculate WordCount, ReadingTime and FuzzyWordCount 2016-09-14 10:57:39 +02:00
emoji.go helpers: Fix bug in emoji renderer 2016-08-30 00:34:48 +02:00
emoji_test.go helpers: Fix bug in emoji renderer 2016-08-30 00:34:48 +02:00
general.go Deprecate PageMeta.WordCount etc. 2016-09-28 11:05:21 +02:00
general_test.go helpers: Remove ToReader funcs 2016-06-25 17:57:05 -05:00
hugo.go release: version bump to v0.18-DEV 2016-10-07 11:11:43 -04:00
hugo_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
language.go Make paginate settings configurable per language 2016-09-15 09:32:52 +02:00
path.go Make paginate settings configurable per language 2016-09-15 09:32:52 +02:00
path_test.go helpers: Skip TestGetRealPath on Windows when not in CI 2016-09-18 22:04:32 +02:00
pygments.go Whitelist startinline pygments option 2016-10-06 14:59:49 +02:00
pygments_test.go Apply gofmt -s 2016-02-06 13:09:52 +01:00
url.go helpers: Improve the language prefix logic 2016-09-13 23:44:16 +02:00
url_test.go helpers: Avoid adding language prefix if already present 2016-09-13 21:37:27 +02:00