21 lines
664 B
TOML
21 lines
664 B
TOML
# 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"
|
|
# contentDir = "content/en" # Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
|
|
|
|
# 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
|