languages.toml 549 B

12345678910111213141516171819
  1. # Languages
  2. # Create a `[X]` block for each language you want, where X is the language ID.
  3. # Refer to https://sourcethemes.com/academic/docs/language/
  4. # Configure the English version of the site.
  5. [en]
  6. languageCode = "en-us"
  7. # Uncomment the lines below to configure your website in a second language.
  8. #[zh]
  9. # languageCode = "zh-Hans"
  10. # contentDir = "content/zh"
  11. # title = "Chinese website title..."
  12. # [zh.params]
  13. # description = "Site description in Chinese..."
  14. # [[zh.menu.main]]
  15. # name = "Wo"
  16. # url = "#about"
  17. # weight = 1