mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 16:09:41 -04:00
Update configuration.md
Add some missing default values
This commit is contained in:
parent
41855e372b
commit
0fc1d21b20
@ -310,12 +310,21 @@ See [Configure Minify](#configure-minify)
|
|||||||
Module config see [Module Config](/hugo-modules/configuration/).{{< new-in "0.56.0" >}}
|
Module config see [Module Config](/hugo-modules/configuration/).{{< new-in "0.56.0" >}}
|
||||||
|
|
||||||
### newContentEditor
|
### newContentEditor
|
||||||
|
|
||||||
|
**Default value:** ""
|
||||||
|
|
||||||
The editor to use when creating new content.
|
The editor to use when creating new content.
|
||||||
|
|
||||||
### noChmod
|
### noChmod
|
||||||
|
|
||||||
|
**Default value:** false
|
||||||
|
|
||||||
Don't sync permission mode of files.
|
Don't sync permission mode of files.
|
||||||
|
|
||||||
### noTimes
|
### noTimes
|
||||||
|
|
||||||
|
**Default value:** false
|
||||||
|
|
||||||
Don't sync modification time of files.
|
Don't sync modification time of files.
|
||||||
|
|
||||||
### outputFormats
|
### outputFormats
|
||||||
@ -352,6 +361,9 @@ The directory to where Hugo will write the final static site (the HTML files etc
|
|||||||
: See [Related Content](/content-management/related/#configure-related-content).{{< new-in "0.27" >}}
|
: See [Related Content](/content-management/related/#configure-related-content).{{< new-in "0.27" >}}
|
||||||
|
|
||||||
### relativeURLs
|
### relativeURLs
|
||||||
|
|
||||||
|
**Default value:** 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.
|
||||||
|
|
||||||
### refLinksErrorLevel
|
### refLinksErrorLevel
|
||||||
@ -376,6 +388,8 @@ content/post/hügó.md --> https://example.org/post/hugo/
|
|||||||
|
|
||||||
### rssLimit
|
### rssLimit
|
||||||
|
|
||||||
|
**Default value:** -1 (unlimited)
|
||||||
|
|
||||||
Maximum number of items in the RSS feed.
|
Maximum number of items in the RSS feed.
|
||||||
|
|
||||||
### sectionPagesMenu
|
### sectionPagesMenu
|
||||||
@ -432,6 +446,8 @@ When enabled, creates URL of the form `/filename.html` instead of `/filename/`.
|
|||||||
|
|
||||||
### watch
|
### watch
|
||||||
|
|
||||||
|
**Default value:** false
|
||||||
|
|
||||||
Watch filesystem for changes and recreate as needed.
|
Watch filesystem for changes and recreate as needed.
|
||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user