From 881e40078b4ebe74d8a07045960a9cfbc296c0fc Mon Sep 17 00:00:00 2001 From: chrongzhang Date: Tue, 1 Sep 2015 20:53:25 +0800 Subject: [PATCH] Add config option "disablePathToLower" Enabling this prevents lowercasing of the path/url. Fixes #557 --- content/overview/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/overview/configuration.md b/content/overview/configuration.md index fc3d9b445..af1851b67 100644 --- a/content/overview/configuration.md +++ b/content/overview/configuration.md @@ -133,6 +133,8 @@ Following is a list of Hugo-defined variables that you can configure and their c title: "" # if true, use /filename.html instead of /filename/ uglyURLs: false + # Do not make the url/path to lowercase + disablePathToLower: false # verbose output verbose: false # verbose logging