hugo-academic-mirror/starters/course/config/_default/languages.yaml

23 lines
596 B
YAML
Raw Normal View History

2022-02-20 19:36:21 +00:00
# Languages
# Create a section for each of your site's languages.
2023-11-07 23:09:38 +00:00
# Documentation: https://hugoblox.com/docs/guide/language/
2022-02-20 19:36:21 +00:00
# Default language
en:
languageCode: en-us
# Uncomment for multi-lingual sites, and move English content into `en` sub-folder.
#contentDir: content/en
# Uncomment the lines below to configure your website in a second language.
#zh:
# languageCode: zh-Hans
# contentDir: content/zh
# title: Chinese website title...
# params:
# description: Site description in Chinese...
# menu:
# main:
# - name: 传
# url: '#about'
# weight: 1