Ver Fonte

fix: workaround Hugo bug with non-ASCII characters

See https://github.com/gohugoio/hugo/issues/5687
See #1064
See #1143
George Cushen há 6 anos atrás
pai
commit
b6c2aeb497
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      exampleSite/config/_default/config.toml

+ 1 - 0
exampleSite/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
 
 paginate = 10  # Number of items per page in paginated lists.
 enableEmoji = true