Update doc to reflect default value of watch variable - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 0bb3b49c00536e7dc89773fdc8e985f78d19715d
DIR parent 6cdb8109cfd1253ebb5b3f36e6a0e5ee95f11e71
HTML Author: Kartik Singhal <kartiksinghal@gmail.com>
Date: Sat, 2 Jan 2016 22:41:06 -0500
Update doc to reflect default value of watch variable
Diffstat:
M docs/content/overview/configuratio… | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git 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