diff --git a/config/_default/config.toml b/config/_default/config.toml deleted file mode 100644 index 88f6f7f..0000000 --- a/config/_default/config.toml +++ /dev/null @@ -1,8 +0,0 @@ -hasCJKLanguage = true - -[taxonomies] - tag = "tags" - category = "categories" - # author = "authors" - series = "series" - diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 2d1e67c..195d548 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -7,6 +7,8 @@ baseURL = "https://nozomizore1974.github.io/" defaultContentLanguage = "zh-cn" defaultContentLanguageInSubDir = true +hasCJKLanguage = true + # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles enableRobotsTXT = true