You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old implementation had some issues, mostly related to the context (e.g. name, file paths) passed to the template.
This new implementation is using the exact same code path for evaluating the pages as in a regular build.
This also makes it more robust and easier to reason about in a multilingual setup.
Now, if you are explicit about the target path, Hugo will now always pick the correct mount and language:
```bash
hugo new content/en/posts/my-first-post.md
```
Fixesgohugoio#9032Fixesgohugoio#7589Fixesgohugoio#9043Fixesgohugoio#9046Fixesgohugoio#9047
Found while testing something else:
Error while watching: open /Users/bep/dev/go/gohugoio/hugoDocs/content/en/showcase/your-site2: no such file or directory
The text was updated successfully, but these errors were encountered: