-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Feedback: Hugo with partial content in modules vs. Dashboard #602
Comments
Hi @davidsneighbour, FM did not support this yet as it uses the workspace folder in which you added the A change is coming up to locate files outside the workspace folder. So if you use |
I pushed out an update, let me know if it works in the latest beta. |
It seems to be an issue on Windows. 🫣 |
No, on Linux then ;) I am on Ubuntu. |
Could you test out the latest beta to check if that would also fix it on your end? Version |
Perfect, all working :) |
Hi. I have a Hugo website and recently moved out a certain content folder (not ALL content) into a module where it is mounted via the following (config/_default/module.toml):
The folder
documentation
in that module is mapped into my website's content/components folder, and Hugo does its thing with that.What is working:
What is not working:
My configuration is scattered into folders, and the content folder config is this:
I tried various path values (
[[workspace]]/documentation
,[[workspace]]/content/components
, etc) with no luck.My workspace looks like this:
|
|-kollitsch.dev (the website folder, also containing the workspace configuration)
|-hugo-modules (folder with the module(s)
|-hugo-theme (another module with the theme)
To test this you can clone the three repos into a folder next to each other, then open the workspace inside of kollitsch.dev.
It appears that
[[workspace]]
is relative to the location where the configuration is saved, not the "actual" workspace (one level above).Is there any way to configure the content module into the dashboard using a relative path?
The text was updated successfully, but these errors were encountered: