mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-31 13:51:32 +00: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
|
builddrafts = false
|
||||||
baseurl = "http://yoursite.example.com/"
|
baseurl = "http://yoursite.example.com/"
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
description = "Tesla's Awesome Hugo Site"
|
description = "Tesla's Awesome Hugo Site"
|
||||||
author = "Nikola Tesla"
|
author = "Nikola Tesla"
|
||||||
|
@ -145,7 +145,7 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
||||||
# verbose logging
|
# verbose logging
|
||||||
verboseLog: false
|
verboseLog: false
|
||||||
# watch filesystem for changes and recreate as needed
|
# watch filesystem for changes and recreate as needed
|
||||||
watch: false
|
watch: true
|
||||||
---
|
---
|
||||||
|
|
||||||
## Ignore files on build
|
## Ignore files on build
|
||||||
|
|
Loading…
Reference in a new issue