mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user