Hi! I want to do something weird, so I’m not even sure this is possible.
I have a folder /a, which contains some other inner pages like /a/1, /a/2…
and I want this to be replicated under /b, /c, /d and so on.
I don’t want to just copy that, it should be done at build time. Is there any way to achieve this, or any procedure you might think of?
Ideally I’d like to tell Hugo the structure in the config.yaml file, e.g.
clone:
"a": ['b', 'c', 'd']
the reason is, I want to create some pages that I will uniquely send out (e.g. /b to person1, /c to person2), but the content is all the same and generated from a single page.