shithub: hugo

Download patch

ref: 5d8ac54f732dc2e6a02c13290100836ddb3faa11
parent: 09115a96237065385851c0f2ef68d14245ac3382
author: Rahul Bansal <[email protected]>
date: Fri Aug 15 20:09:12 EDT 2014

Config changes and Live Reload

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.

--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -61,3 +61,8 @@
       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.