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

github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2018-12-22 21:58:35 +0300
committerFrieder Griesshammer <frieder.griesshammer@der-beweis.de>2018-12-22 21:58:35 +0300
commit2be12c538a82821339c794bcbf117ab171507724 (patch)
treeab1a4035b1702545dbc48b18e0c19b75d8395a27 /exampleSite
parentc2253a345f256121e3a724b2bd0379a7d5f281f3 (diff)
Fix mistake in sample config and add some other example entries
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 02bcd3f..bb5e9fd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,10 +1,11 @@
-# Set base URL for site - must end with a trailing slash
+# Set base URL for site - should end with a trailing slash
baseUrl = "/"
title = "Slick"
theme = "slick"
languageCode = "en"
+defaultContentLanguage = "en-us"
# Will appear below the footer links with a © sign and the current year
copyright = "Some Author — All rights reserved."
@@ -15,7 +16,7 @@ pygmentsCodeFencesGuessSyntax = true # Highlight code without language tag
pygmentsUseClasses = true # Use external style sheet
pygmentsUseClassic = false # Force use of chroma
-canonifyurls = "true"
+canonifyURLs = true
# Configure pagination
Paginate = 10