On the second website I import the first website as hugo module.
But all the configuration inside the config folder are ignored.
Only the config.toml is read. If I move the config.toml inside the config folder no configuration are imported.
Hugo version use: 0.61 Operating system: Windows Go version: 1.12
Yes, this is a current limitation of modules. I may fix the “config in folders part”, but the main bulk of the configuration is meant to live in the project.
But when I’m importing the first website into the second website the defaut content language isn’t take in count.
I’m force to go to mywebsite.com/en/hello to have access to the english content. If I just enter mywebsite.com/hello I have a 404.
I repeated the above config in website 2. It works for website 2 content but not for website 1 content