mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Update doc to reflect default value of watch variable
This commit is contained in:
committed by
Steve Francia
parent
6cdb8109cf
commit
0bb3b49c00
@ -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
|
||||
|
Reference in New Issue
Block a user