From 5d8ac54f732dc2e6a02c13290100836ddb3faa11 Mon Sep 17 00:00:00 2001 From: Rahul Bansal Date: Sat, 16 Aug 2014 00:09:12 +0530 Subject: [PATCH] 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. --- docs/content/overview/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) 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.