From ac25c1dace7931e81b63d4722fad370533c3551b Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 18 Jun 2019 13:58:34 +0100 Subject: fix: workaround Hugo bug with non-ASCII characters See https://github.com/gohugoio/hugo/issues/5687 --- config/_default/config.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/_default/config.toml b/config/_default/config.toml index 18ac2ed2..3dcac10d 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -35,6 +35,7 @@ enableGitInfo = false defaultContentLanguage = "en" hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages. defaultContentLanguageInSubdir = false +removePathAccents = true # Workaround for https://github.com/gohugoio/hugo/issues/5687 paginate = 10 # Number of items per page in paginated lists. enableEmoji = true -- cgit v1.2.3