Hi! Does this theme support multilingual? Im just starting to learn Hugo. I looked at Hugo's multilingual documents, but I didn't quite understand it. How can I set multilingual using this theme?
Hey! I suspect that this theme won't work properly with multilingual settings. I never used the Hugo's multilingual feature, but I think it isn't that hard to modify it and enable multiple languages.
I've managed to make it work.
Hugo handles i18n pretty slick, and it works like charm with very little configuration. You just set default language and copy params in your language of choice under this language settings in config. All can be found in docs, or just lookup like others do it in a multilingual theme.
All that is need to be done on the theme side is providing some kind of language selector, but I'm no frontend developer and even simple styling is too much for me, also I installed Hugo just yesterday ;)
I did that language-selector too, but it's not pretty - I might submit a PR if someone is willing to take over, and polish it.
@luizdepra
@wasinski, I would appreciate your contribution.
Most helpful comment
I've managed to make it work.
Hugo handles i18n pretty slick, and it works like charm with very little configuration. You just set default language and copy params in your language of choice under this language settings in config. All can be found in docs, or just lookup like others do it in a multilingual theme.
All that is need to be done on the theme side is providing some kind of language selector, but I'm no frontend developer and even simple styling is too much for me, also I installed Hugo just yesterday ;)
I did that language-selector too, but it's not pretty - I might submit a PR if someone is willing to take over, and polish it.
@luizdepra