Update doc to reflect default value of watch variable
authorKartik Singhal <kartiksinghal@gmail.com>
Sun, 3 Jan 2016 03:41:06 +0000 (22:41 -0500)
committerSteve Francia <steve.francia@gmail.com>
Mon, 4 Jan 2016 17:35:26 +0000 (12:35 -0500)
docs/content/overview/configuration.md

index 70df35dfc935316eba02510cf873259f0f62a3e4..89a2642c5d15db15b115b34417ac4fae9a52200e 100644 (file)
@@ -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