Add some missing configuration entries

This commit is contained in:
Bjørn Erik Pedersen 2018-03-01 18:06:27 +01:00
parent f1c7aa5684
commit 7ef44d262f
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F

View File

@ -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.