Skip to content

Commit

Permalink
feat: add titleCaseStyle to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Apr 1, 2024
1 parent e476535 commit 1f3d2d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config-examples/en/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions config-examples/zh-cn/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ newContentEditor = ""
defaultContentLanguage = "zh-cn"
defaultContentLanguageInSubdir = false

# 标题大小写格式
# https://gohugo.io/getting-started/configuration/#configure-title-case
titleCaseStyle = "none"

# 是否复数化列表页面的标题
pluralizeListTitles = false

Expand Down
4 changes: 4 additions & 0 deletions config-examples/zh-tw/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ newContentEditor = ""
defaultContentLanguage = "zh-tw"
defaultContentLanguageInSubdir = false

# 標題大小寫格式
# https://gohugo.io/getting-started/configuration/#configure-title-case
titleCaseStyle = "none"

# 是否複數化列表頁面的標題
pluralizeListTitles = false

Expand Down

0 comments on commit 1f3d2d2

Please sign in to comment.