hugo/commands
bep e6541c45ab ERROR-log on symbolic links
filepath.Walk does not follow symbolic links.
There's no easy fix for that outside of Go, so the best we can do for now is to give notice to the end user by ERROR log statements.

This commit also fixes a related panic situation in GenerateTemplateNameFrom when the layout dir was a symbolic link.

Fixes #283
2014-12-10 20:32:39 +01:00
..
benchmark.go Fix benchmark panic 2013-11-01 20:36:11 -07:00
check.go Hugo config abstracted into a general purpose config library called "Viper". 2014-04-05 01:40:33 -04:00
convert.go Added a new command hugo list drafts and hugo list future 2014-11-19 16:24:30 -05:00
hugo.go ERROR-log on symbolic links 2014-12-10 20:32:39 +01:00
limit_darwin.go Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 2014-03-31 13:23:34 -04:00
limit_others.go Fix build 2014-02-18 18:40:55 -05:00
list.go Added a new command hugo list drafts and hugo list future 2014-11-19 16:24:30 -05:00
new.go converted path 2 filepath 2014-11-13 22:39:07 -05:00
server.go Fix redirect-loop for Hugo server 2014-11-01 22:49:26 -04:00
server_test.go handle https prefixes in baseUrl 2014-10-07 17:18:45 -04:00
version.go Add timezone to buildDate 2014-12-09 11:42:07 +01:00