From: Kartik Singhal Date: Sun, 3 Jan 2016 03:41:06 +0000 (-0500) Subject: Update doc to reflect default value of watch variable X-Git-Tag: v0.16~452 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0bb3b49c;p=brevno-suite%2Fhugo Update doc to reflect default value of watch variable --- diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 70df35df..89a2642c 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -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