Setting up multiple themes in Hugo

Hello,
I am trying to setup two different Hugo themes for different pages of a Hugo site. What could be the best possible way to do that ?
Here are the two themes which I want to use on different pages of the site -

There’s no straight forward way of to use two full-featured themes for different parts of a site. There will be too many conflicting definitions in the theme files (config and layouts, assets,…)

I would go with two sites, generate them seperately to any folder you want

  • public/site1/…
  • public/site2/…

or

  • public/main/…
  • public/main/child/…

in the simplest case each of this just needs a link to the other site (pages).