Update zh-cn deploy config

This commit is contained in:
CDN 2025-04-21 08:09:45 +08:00
parent 0e63f0b924
commit 028406ba18
Signed by: CDN
GPG key ID: 0C656827F9F80080

View file

@ -1,7 +1,9 @@
baseURL = "https://docs.joinmastodon.org/"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "Mastodon documentation"
baseURL = "https://mastodon.d10n.wholetrans.org/"
languageCode = "zh-cn"
defaultContentLanguage = "zh-cn"
# To avoid alias conflict
defaultContentLanguageInSubdir = true
title = "Mastodon 文档"
pygmentsCodeFences = true
pygmentsStyle = "github-dark"
metaDataFormat = "yaml"
@ -203,7 +205,7 @@ disablePathToLower = true
[languages.zh-cn]
contentDir = "content/zh-cn"
languageName = "简体中文"
weight = 1
weight = -100
[languages.ja]
contentDir = "content/ja"