Currently I am trying to have a monorepro with multiple separate sites (build with hugo) in different directories like:
And in sites the content/posts:
and have one Netlify CMS instance to manage all the content of the separate sites in one place. The deployment part is no issue as netlify allows custom build commands. But currently I have a hard time to figure out how to have one NetlifyCMS manage multiple sites from different directories and have the posts/collections saved in their respective directories/folders.
For any help or ideas how to solve this architecture is highly appreciated.