Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2019-06-18 15:58:34 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-06-18 15:58:34 +0300
commitac25c1dace7931e81b63d4722fad370533c3551b (patch)
treeaf8f623b1bcd34b398e1121923f6eb3808a26cbb /config
parentcb97d87dcf5827489dce0d771a0c3193ae444cc5 (diff)
fix: workaround Hugo bug with non-ASCII characters
See https://github.com/gohugoio/hugo/issues/5687
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml1
1 files changed, 1 insertions, 0 deletions
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