Poll results 11 YAML to 6 TOML: https://discord.com/channels/722225264733716590/738922126966521907/809481717031239700
24 lines
597 B
YAML
24 lines
597 B
YAML
# Languages
|
|
# Create a section for each of your site's languages.
|
|
# Documentation: https://wowchemy.com/docs/guide/language/
|
|
|
|
# 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
|
|
|