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.
This commit is contained in:
Rahul Bansal 2014-08-16 00:09:12 +05:30 committed by spf13
parent 09115a9623
commit 5d8ac54f73

View 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.