diff --git a/config/_default/config.toml b/config/_default/config.toml index 267e5ea..34a4280 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -9,6 +9,8 @@ defaultContentLanguage = "zh-Hans" enableRobotsTXT = true summaryLength = 0 +hasCJKLanguage = true + [pagination] pagerSize = 10 diff --git a/config/_default/params.toml b/config/_default/params.toml index 288d186..b7ff364 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -51,8 +51,8 @@ fingerprintAlgorithm = "sha256" showReadingTime = true showTableOfContents = false showTaxonomies = false - showWordCount = false showComments = false + showWordCount = true # sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo"] [list]