We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While testing this I have found the current implementation a little limiting. I think even some of the examples I have written would not work.
Currently, the following works fine:
[module] [[module.mounts]] source = "a" target = "content/blog" [[module.mounts]] source = "b" target = "content/docs"
In this example, the content/blog would be masked by the content mount and would be ineffective.
content/blog
content
[module] [[module.mounts]] source = "a" target = "content/blog" [[module.mounts]] source = "b" target = "content"
The above is obviously not perfect and needs to be fixed.
The text was updated successfully, but these errors were encountered:
Allow overlap in module mounts
8aba0f3
Fixes gohugoio#6146
90cc171
3f57993
ef6d3b2
edf9f0a
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
bep
No branches or pull requests
While testing this I have found the current implementation a little limiting. I think even some of the examples I have written would not work.
Currently, the following works fine:
In this example, the
content/blog
would be masked by thecontent
mount and would be ineffective.The above is obviously not perfect and needs to be fixed.
The text was updated successfully, but these errors were encountered: