Config changes and Live Reload
authorRahul Bansal <rahul.bansal@rtcamp.com>
Fri, 15 Aug 2014 18:39:12 +0000 (00:09 +0530)
committerspf13 <steve.francia@gmail.com>
Mon, 18 Aug 2014 15:28:42 +0000 (11:28 -0400)
I noticed that config file changes do not work with Live Reload feature. This may be "fixed" in future but for now adding a note might avoid confusion.

docs/content/overview/configuration.md

index 4942a02b783f406a9655ac22b0c1bb5175dba149..4a499ca6310b15a383a8d1ce1c390642b7b0918f 100644 (file)
@@ -61,3 +61,8 @@ Here is a yaml configuration file which sets a few more options
       SidebarRecentLimit: 5
     ...
 
+## Notes
+
+Config changes do not reflect with [Live Reload](http://hugo.spf13.com/extras/livereload)
+
+Please restart `hugo server --watch` whenever you make a config change.