You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is my issue, maybe someone could give me some cues on this. I want to make a Hugo/Blowfish website in two different languages: mywebsite.com/en/ and mywebsite.com/fr/. The content of both versions isn't really related. Let's say they are two blogs with different and unrelated posts, one in english and the other one in french. They simply share the same theme. Even the menus are different (ex: one has 4 items, the other one 5...).
Also, I would like to have a root page (mywebsite.com/index.html) that would simply give a link to both pages.
Would you have any cue on how I should manage this? I've read the Multilingual section in Hugo Docs, and I've also found out that Hugo as recently made a new config parameter that should help with that: "disableDefaultLanguageRedirect".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Here is my issue, maybe someone could give me some cues on this. I want to make a Hugo/Blowfish website in two different languages: mywebsite.com/en/ and mywebsite.com/fr/. The content of both versions isn't really related. Let's say they are two blogs with different and unrelated posts, one in english and the other one in french. They simply share the same theme. Even the menus are different (ex: one has 4 items, the other one 5...).
Also, I would like to have a root page (mywebsite.com/index.html) that would simply give a link to both pages.
Would you have any cue on how I should manage this? I've read the Multilingual section in Hugo Docs, and I've also found out that Hugo as recently made a new config parameter that should help with that: "disableDefaultLanguageRedirect".
Thanks for your time and support
Beta Was this translation helpful? Give feedback.
All reactions