From c78cc014b57d8cce19264fc82db024460198e82c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 3 Nov 2021 10:10:00 -0700 Subject: [PATCH] Document the removePathAccents setting Closes #94 --- content/en/getting-started/configuration.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index b1452bbdc..8f6a8e8c9 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -351,6 +351,17 @@ When using `ref` or `relref` to resolve page links and a link cannot resolved, i ### refLinksNotFoundURL URL to be used as a placeholder when a page reference cannot be found in `ref` or `relref`. Is used as-is. +### removePathAccents + +**Default value:** false + +Removes [non-spacing marks](https://www.compart.com/en/unicode/category/Mn) from [composite characters](https://en.wikipedia.org/wiki/Precomposed_character) in content paths. + +```text +content/post/hügó.md --> https://example.org/post/hugo/ +``` + + ### rssLimit Maximum number of items in the RSS feed.