Separate content from template in GIThub

A use case: I want to have a git repo of JUST CONTENT. NO Template. This is to simplify the content for producers but also to show case the content in other templates simultaneously.

On a CONTENT Push to GitHub REMOTE, I would want to trigger the adding automatically doing a PULL into other GitRepos with their own Templates.
The pulls would trigger a Netlify build and deploy.
Anyway… the above is what I would like to produce, but not sure where to start or if anyone has been able to do this.

You can mount a repo that contains only content files in Hugo.

See:

You need to set that up on your own perhaps through a GitHub action or as part of the Netlify Build.