What's your workflow for adding content and using modules?

I’m totally down with modules, and mounting content directories. :sunglasses:

I’m starting a new project, and now I’m wondering how I want to add new content to a site, while also being configured for deployment via modules and separate content sources. My prior projects already had the content in separate repos and I haven’t updated anything, so this is the first time I’m running into this. :slight_smile:

I thought maybe looking into adding replace to go.mod, and as I don’t commit that to file (I only initialize modules for local development) that might just work.

What do you do? How do you add content while using modules? :thinking: