Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-03-16 11:17:09 +0300
committerGitHub <noreply@github.com>2022-03-16 11:17:09 +0300
commit0fc1d21b20d1ecd6ef1cd5651d464a8ff39ed6f7 (patch)
tree283cf15c73cbf6247e258962600f5a17d80a62d7
parent41855e372bb675ce23d552762ac0d63e77c431e8 (diff)
Update configuration.md
Add some missing default values
-rw-r--r--content/en/getting-started/configuration.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md
index 2123558d9..aed0ea100 100644
--- a/content/en/getting-started/configuration.md
+++ b/content/en/getting-started/configuration.md
@@ -310,12 +310,21 @@ See [Configure Minify](#configure-minify)
Module config see [Module Config](/hugo-modules/configuration/).{{< new-in "0.56.0" >}}
### newContentEditor
+
+**Default value:** ""
+
The editor to use when creating new content.
### noChmod
+
+**Default value:** false
+
Don't sync permission mode of files.
### noTimes
+
+**Default value:** false
+
Don't sync modification time of files.
### 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" >}}
### relativeURLs
+
+**Default value:** false
+
Enable this to make all relative URLs relative to content root. Note that this does not affect absolute URLs.
### refLinksErrorLevel
@@ -376,6 +388,8 @@ content/post/hügó.md --> https://example.org/post/hugo/
### rssLimit
+**Default value:** -1 (unlimited)
+
Maximum number of items in the RSS feed.
### sectionPagesMenu
@@ -432,6 +446,8 @@ When enabled, creates URL of the form `/filename.html` instead of `/filename/`.
### watch
+**Default value:** false
+
Watch filesystem for changes and recreate as needed.
{{% note %}}