diff --git a/config-examples/en/config.toml b/config-examples/en/config.toml index 2c7ef633..282f4ae7 100644 --- a/config-examples/en/config.toml +++ b/config-examples/en/config.toml @@ -18,7 +18,11 @@ newContentEditor = "" defaultContentLanguage = "en" defaultContentLanguageInSubdir = false -# Pluralize titles in lists? +# Title case style +# https://gohugo.io/getting-started/configuration/#configure-title-case +titleCaseStyle = "none" + +# Pluralize list titles pluralizeListTitles = false # The length of text in words to show in summary diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml index a4829c88..9e7dcd99 100644 --- a/config-examples/zh-cn/config.toml +++ b/config-examples/zh-cn/config.toml @@ -18,6 +18,10 @@ newContentEditor = "" defaultContentLanguage = "zh-cn" defaultContentLanguageInSubdir = false +# 标题大小写格式 +# https://gohugo.io/getting-started/configuration/#configure-title-case +titleCaseStyle = "none" + # 是否复数化列表页面的标题 pluralizeListTitles = false diff --git a/config-examples/zh-tw/config.toml b/config-examples/zh-tw/config.toml index 03b4d372..22b509bf 100644 --- a/config-examples/zh-tw/config.toml +++ b/config-examples/zh-tw/config.toml @@ -18,6 +18,10 @@ newContentEditor = "" defaultContentLanguage = "zh-tw" defaultContentLanguageInSubdir = false +# 標題大小寫格式 +# https://gohugo.io/getting-started/configuration/#configure-title-case +titleCaseStyle = "none" + # 是否複數化列表頁面的標題 pluralizeListTitles = false