Greetings,
I still have the problem I described here, in the other topic titled “How to set index pages of site subsections?” In addition to that, there is something that I am missing about the multilingual setup for a bilingual en/it site, which I need to be just like the example in http://gohugo.io/content/multilingual/ (that is, the final website must have the english part in example.com/ and the italian part in example.com/it/). I have a content layout like this:
/home
/writings
/projects
/it/ home page of italian section
/it/pubblicazioni (translation of "writings")
/it/projects (translation of "projects")
I have defined an English menu and an Italian one. No matter where they are, pages with the .it.md suffix are correctly rendered with the italian menu, but in the wrong location. For example, the file it/pubblicazioni/magazine1.it.md does not end up, as it should, in:
it/pubblicazioni/magazine1/index.html
but in it/it/pubblicazioni/magazine1/index.html
I have reproduced the config.toml file in http://gohugo.io/content/multilingual/, but obviously did something wrong. What?
If you need more info… I have no problem to send a copy of the whole source directory to whoever wants to have a look at it Send me a message here in the forum with your email address and you’ll have it. But for several reasons I cannot put it online, in github or elsewhere, before it’s ready and I can go live. THANKS!
PS: Another things I don’t see happening, is this (from the Multilingual doc page):
“By having the same base file name, the content pieces are linked together as translated pieces”
but maybe that depends on the theme used?