diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 4942a02b7..4a499ca63 100644 --- a/docs/content/overview/configuration.md +++ b/docs/content/overview/configuration.md @@ -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.