hugo/helpers
Anthony Fok de82404d35 Fix hugo server "Watching for changes" path display
especially when the given `--source` path is a relative directory.

Also, when `--source` is specified, make WorkingDir an absolute path
from the very beginning, to be consistent with the case when `--source`
is not given.  Otherwise, the function name helpers.AbsPathify(), which
prepends WorkingDir to a relative path, does not really make sense.

Fixes #1721
2015-12-19 05:19:31 -07:00
..
content.go Fix copyright headers in source files 2015-12-07 19:57:01 +01:00
content_renderer.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
content_renderer_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
content_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
general.go Fix copyright headers in source files 2015-12-07 19:57:01 +01:00
general_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
hugo.go Fix copyright headers in source files 2015-12-07 19:57:01 +01:00
hugo_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
path.go Fix hugo server "Watching for changes" path display 2015-12-19 05:19:31 -07:00
path_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
pygments.go Fix copyright headers in source files 2015-12-07 19:57:01 +01:00
pygments_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00
url.go Fix copyright headers in source files 2015-12-07 19:57:01 +01:00
url_test.go Add copyright header to that source files that don’t have one. 2015-12-10 15:19:38 -07:00