mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05: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:
parent
09115a9623
commit
5d8ac54f73
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue