Disabled de-capitalizing paths
diff --git a/config.toml b/config.toml
index 1203824..903d7cd 100644
--- a/config.toml
+++ b/config.toml
@@ -1,36 +1,37 @@
-baseURL = "http://celix.apache.org"

-title = "Apache Celix"

-languageCode = "en"

-

-contentDir = "source"

-publishDir = "target/content"

-

-uglyURLs = true

-enableRobotsTXT = true

-disableBrowserError = true

-timeout = 3000

-

-disableKinds = ["taxonomy", "taxonomyTerm"]

-ignoreFiles = [ ] # No files to ignore

-

-# Highlighting config. See https://help.farbox.com/pygments.html

-pygmentsCodeFences = true

-pygmentsUseClasses = false

-pygmentsStyle = "emacs"

-

-# Enable Git variables like commit, lastmod

-enableGitInfo = true

-

-[blackfriday]

-hrefTargetBlank = true

-fractions = false

-

-[frontmatter]

-date = ["date", ":filename", "publishDate", "lastmod"]

-

-[params]

-repositoryUrl = "https://github.com/apache/celix"

-repositorySourceBranch = "develop"

-

-siteRepositoryUrl = "https://github.com/apache/celix-site"

-siteRepositorySourceBranch = "master"

+baseURL = "http://celix.apache.org"
+title = "Apache Celix"
+languageCode = "en"
+
+contentDir = "source"
+publishDir = "target/content"
+
+disablePathToLower = true
+uglyURLs = true
+enableRobotsTXT = true
+disableBrowserError = true
+timeout = 3000
+
+disableKinds = ["taxonomy", "taxonomyTerm"]
+ignoreFiles = [ ] # No files to ignore
+
+# Highlighting config. See https://help.farbox.com/pygments.html
+pygmentsCodeFences = true
+pygmentsUseClasses = false
+pygmentsStyle = "emacs"
+
+# Enable Git variables like commit, lastmod
+enableGitInfo = true
+
+[blackfriday]
+hrefTargetBlank = true
+fractions = false
+
+[frontmatter]
+date = ["date", ":filename", "publishDate", "lastmod"]
+
+[params]
+repositoryUrl = "https://github.com/apache/celix"
+repositorySourceBranch = "develop"
+
+siteRepositoryUrl = "https://github.com/apache/celix-site"
+siteRepositorySourceBranch = "master"