Hi guys I’m trying to make a multilingual site with hugo.
Here is my ideas
All of single contents have a section and url will be example.com/section/filename.
So the section is represented language will be inserted at lang property in html tag.
But I’ve got some trouble for this and there are major issues about it.
- How to find the same file in other sections
- How to display taxonomies separated per each section?
- How to display index, term, taxonomy in _default separated per each language?
Actually I think third one is the limitation of hugo right now so I don’t expect it. Rest of them I don’t have any ideas Please help me.