Welcome to mirror list, hosted at ThFree Co, Russian Federation.

languages.toml « _default « config « exampleSite - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d06275e6c0da94835518e50d6be456d623384bf (plain)
1
2
3
4
5
6
7
8
9
10
[en]
    languageCode = "en"
    # Uncomment for multilingual sites, and move the default content into corresponding sub-folder.
    # contentDir = "content/en"

# Uncomment for multilingual sites, and customize the following config.
# [zh]
#     languageCode = "zh"
#     contentDir = "content/zh"
#     title = "中文标题"