matcornic / hugo-theme-learn

Porting Grav Learn theme to Hugo
https://learn.netlify.com/en/
MIT License
1.6k stars 1.28k forks source link

i18n translation by content directory #545

Closed bradhuang9999 closed 2 years ago

bradhuang9999 commented 2 years ago

Because I want to split my contents in different language into different directory

Can I set up the config.toml like the sample in Hugo Document ?

[languages]
  [languages.en]
    contentDir = 'content/english'
    languageName = 'English'
    weight = 10
  [languages.fr]
    contentDir = 'content/french'
    languageName = 'Français'
    weight = 20
bradhuang9999 commented 2 years ago

Actually, it works fine for me now!