mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Update doc to reflect default value of watch variable
This commit is contained in:
parent
6cdb8109cf
commit
0bb3b49c00
1 changed files with 3 additions and 3 deletions
|
@ -41,11 +41,11 @@ Values under `[params]` will populate the `.Site.Params` variable for use in tem
|
|||
builddrafts = false
|
||||
baseurl = "http://yoursite.example.com/"
|
||||
canonifyurls = true
|
||||
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
|
||||
|
||||
[params]
|
||||
description = "Tesla's Awesome Hugo Site"
|
||||
author = "Nikola Tesla"
|
||||
|
@ -145,7 +145,7 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
|||
# verbose logging
|
||||
verboseLog: false
|
||||
# watch filesystem for changes and recreate as needed
|
||||
watch: false
|
||||
watch: true
|
||||
---
|
||||
|
||||
## Ignore files on build
|
||||
|
|
Loading…
Reference in a new issue