mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 09:25:06 -04:00
Add some missing configuration entries
This commit is contained in:
parent
f1c7aa5684
commit
7ef44d262f
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user