| 12345678910111213141516171819 | # Languages#   Create a `[X]` block for each language you want, where X is the language ID.#   Refer to https://sourcethemes.com/academic/docs/language/# Configure the English version of the site.[en]  languageCode = "en-us"# Uncomment the lines below to configure your website in a second language.#[zh]#  languageCode = "zh-Hans"#  contentDir = "content/zh"#  title = "Chinese website title..."#  [zh.params]#    description = "Site description in Chinese..."#  [[zh.menu.main]]#    name = "Wo"#    url = "#about"#    weight = 1
 |