mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Squashed 'docs/' changes from 4c81c6c2a..3a923e155
3a923e155 Update configuration.md git-subtree-dir: docs git-subtree-split: 3a923e15502520d1c4aa0481bcc528b2831d4c81
This commit is contained in:
parent
32ba623541
commit
92405e5b0a
1 changed files with 6 additions and 0 deletions
|
@ -201,6 +201,9 @@ logFile ("")
|
||||||
markup
|
markup
|
||||||
: See [Configure Markup](/getting-started/configuration-markup).{{< new-in "0.60.0" >}}
|
: See [Configure Markup](/getting-started/configuration-markup).{{< new-in "0.60.0" >}}
|
||||||
|
|
||||||
|
mediaTypes
|
||||||
|
See [Configure Media Types](/templates/output-formats/#media-types).
|
||||||
|
|
||||||
menu
|
menu
|
||||||
: See [Add Non-content Entries to a Menu](/content-management/menus/#add-non-content-entries-to-a-menu).
|
: See [Add Non-content Entries to a Menu](/content-management/menus/#add-non-content-entries-to-a-menu).
|
||||||
|
|
||||||
|
@ -219,6 +222,9 @@ noChmod (false)
|
||||||
noTimes (false)
|
noTimes (false)
|
||||||
: Don't sync modification time of files.
|
: Don't sync modification time of files.
|
||||||
|
|
||||||
|
outputFormats
|
||||||
|
See [Configure Output Formats](#configure-additional-output-formats).
|
||||||
|
|
||||||
paginate (10)
|
paginate (10)
|
||||||
: Default number of elements per page in [pagination](/templates/pagination/).
|
: Default number of elements per page in [pagination](/templates/pagination/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue