From 0bb3b49c00536e7dc89773fdc8e985f78d19715d Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Sat, 2 Jan 2016 22:41:06 -0500 Subject: [PATCH] Update doc to reflect default value of watch variable --- docs/content/overview/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2