Hi, first time here, sorry if I misunderstood any of the rules about requesting help.
Well, I have a HUGO based site, I have a page-bundle multi language, currently is not so complex, but will be.
It has the following structure:
content
\ section
\ page-bundle-1
\ index.en.md
index.es.md
index.it.md
\ page-bundle-2
\ index.en.md
index.es.md
index.it.md
I’m looking for the ability to share different front-matter values between languages, and within page bundle, something like “cascade” does with sections. Is it possible?
Given the current scenario, page-bunde-1 if this feature exists will use the same tags, categories, series, and many custom configurations such cover configuration to all languages, easy to change anytime and apply to all quickly.
Not relevant, but tags, series, and categories are translated before render to its current language, that’s why any language can have same values.
I tried to use an _index.md and index.md with headless, draft, type single, and any combination of them with no luck.
Any thoughts?
Thanks in advance.