This issue has been resolved
gohugoio/hugo#7589
Used from a standard archetype .File.Dir
returns a path relative to content/
.
Used from a directory based archetype .File.Dir
returns the absolute path.
A relative path is the expected behaviour.
git clone https://github.com/thomasmarkrea/test-hugo-dir.git
cd test-hugo-dir/
hugo new -k test blog/test.md
hugo new -k test-bundle blog/test
hugo env
Hugo Static Site Generator v0.72.0-8A7EF3CF/extended linux/amd64 BuildDate: 2020-05-31T12:14:23Z
GOOS="linux"
GOARCH="amd64"
GOVERSION="go1.14.3"