Here Multilingual mode | Hugo it says
If you had more domains and languages, you would just create more config files. The standard config.toml is what Hugo will run as a default, but since we’re creating language-specific ones, you’ll need to specify each config file when running hugo server or just hugo before deploying.
So, for english and japanese versions I would have config_en.toml
and config_ja.toml
.
But what to do with config.toml
? Remove?
I think, the docs should give an advice on this.