shithub: hugo

Download patch

ref: 0bb3b49c00536e7dc89773fdc8e985f78d19715d
parent: 6cdb8109cfd1253ebb5b3f36e6a0e5ee95f11e71
author: Kartik Singhal <[email protected]>
date: Sat Jan 2 17:41:06 EST 2016

Update doc to reflect default value of watch variable

--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -41,11 +41,11 @@
     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 @@
     # verbose logging
     verboseLog:                 false
     # watch filesystem for changes and recreate as needed
-    watch:                      false
+    watch:                      true
     ---
 
 ## Ignore files on build