diff options
author | ghraecakter <35792935+ghraecakter@users.noreply.github.com> | 2018-04-15 09:47:12 -0600 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-04-15 23:47:12 +0800 |
commit | 7b9848785bfd81e74d87e405fdbbea2b94e3c1ed (patch) | |
tree | 669a95289a13e818b967f35fedc11adba354aae0 | |
parent | af22a4822ce64cc9eb10d05d5490de72ecc415d9 (diff) |
docs(config): preserve taxonomy names (#54)
see #27
-rw-r--r-- | exampleSite/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3b0bb13..98ac4fb 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,6 +6,7 @@ enableRobotsTXT = true enableEmoji = true theme = "even" +preserveTaxonomyNames = true hasCJKLanguage = true # has chinese/japanese/korean ? # 自动检测是否包含 中文\日文\韩文 paginate = 5 # 首页每页显示的文章数 disqusShortname = "" # disqus_shortname |