I’m looking at converting a project built with a help authoring tool to Hugo.
This project can publish several different help sites, one for each product. There is a lot of shared content - so a single topic might appear in the help for products A, B and F.
I’ve set up a config folder with separate configurations for each product. And I can exclude topics which don’t belong in whichever target I’m building in Hugo.
But I’ve just realized that each help site needs its own homepage - and there can be only one homepage in Hugo.
Is there a way I might draw the title, description and content for the homepage not from content/index.html but from another place?