mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 19:24:38 -04:00
Add some missing configuration entries
This commit is contained in:
parent
f1c7aa5684
commit
7ef44d262f
@ -92,6 +92,12 @@ googleAnalytics ("")
|
|||||||
hasCJKLanguage (false)
|
hasCJKLanguage (false)
|
||||||
: If true, auto-detect Chinese/Japanese/Korean Languages in the content. This will make `.Summary` and `.WordCount` behave correctly in CJK languages.
|
: 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 ("")
|
languageCode ("")
|
||||||
: The site's language code.
|
: The site's language code.
|
||||||
|
|
||||||
@ -104,6 +110,9 @@ log (false)
|
|||||||
logFile ("")
|
logFile ("")
|
||||||
: Log File path (if set, logging enabled automatically).
|
: 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")
|
metaDataFormat ("toml")
|
||||||
: "toml","yaml", or "json"
|
: "toml","yaml", or "json"
|
||||||
|
|
||||||
@ -143,6 +152,9 @@ pygmentsStyle ("monokai")
|
|||||||
pygmentsUseClasses (false)
|
pygmentsUseClasses (false)
|
||||||
: Enable to use external CSS for code highlighting.
|
: Enable to use external CSS for code highlighting.
|
||||||
|
|
||||||
|
related
|
||||||
|
: See [Related Content](/content-management/related/#configure-related-content).
|
||||||
|
|
||||||
relativeURLs (false)
|
relativeURLs (false)
|
||||||
: Enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
|
: Enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user