You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/07/12 17:52:21 UTC

[celix-site] 30/34: Disabled de-capitalizing paths

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 88a52ecc09f34655c709c34cd4457e68c782b87a
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Sun Jul 7 14:23:58 2019 +0200

    Disabled de-capitalizing paths
---
 config.toml | 73 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

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"