From: Rahul Bansal Date: Fri, 15 Aug 2014 18:39:12 +0000 (+0530) Subject: Config changes and Live Reload X-Git-Tag: v0.12~61 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5d8ac54f732dc2e6a02c13290100836ddb3faa11;p=brevno-suite%2Fhugo 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. --- diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md index 4942a02b..4a499ca6 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.