Howdy,
I’m just getting started with Hugo, and while I was glad to see multi-language support, it seems Hugo can only support this in a /public/<languageCode>/filename(.html|/index.html)
filesystem layout.
Is there some hidden feature (or even a plugin I could use) to have hugo use a /public/filename(/index)?.<languageCode>.html
filesystem layout?
It occurred to me that I could just post-process rename the files to my desired mapping, but I would also need to post-process the content to remove all // segments in links (being careful not to affect links in a “translations” section to allow overriding the browser’s header).
But honestly that seems like the wrong way to go about things. I’d like to believe there is a better way.