From 7ef44d262f3b6e7b02ad6c4faa064dff77dc87a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 1 Mar 2018 18:06:27 +0100 Subject: [PATCH] Add some missing configuration entries --- content/getting-started/configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/getting-started/configuration.md b/content/getting-started/configuration.md index b93d9d4fa..b051347d8 100644 --- a/content/getting-started/configuration.md +++ b/content/getting-started/configuration.md @@ -92,6 +92,12 @@ googleAnalytics ("") hasCJKLanguage (false) : If true, auto-detect Chinese/Japanese/Korean Languages in the content. This will make `.Summary` and `.WordCount` behave correctly in CJK languages. +imaging +: See [Image Processing Config](/content-management/image-processing/#image-processing-config). + +languages +: See [Configure Languages](/content-management/multilingual/#configure-languages). + languageCode ("") : The site's language code. @@ -104,6 +110,9 @@ log (false) logFile ("") : Log File path (if set, logging enabled automatically). +menu +: See [Add Non-content Entries to a Menu](/content-management/menus/#add-non-content-entries-to-a-menu). + metaDataFormat ("toml") : "toml","yaml", or "json" @@ -143,6 +152,9 @@ pygmentsStyle ("monokai") pygmentsUseClasses (false) : Enable to use external CSS for code highlighting. +related +: See [Related Content](/content-management/related/#configure-related-content). + relativeURLs (false) : Enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.