From d9f06c23c43ad0c2b8566424e5bc6144a02f371b Mon Sep 17 00:00:00 2001 From: Admiral Martin <37597170+Leoj03@users.noreply.github.com> Date: Wed, 19 Sep 2018 12:02:41 -0500 Subject: [PATCH] Add tip about clearing browser cache (#608) Ref: https://discourse.gohugo.io/t/hugo-server-command-serving-wrong-page/13576/7 --- content/en/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 59a8513c8..16b69d7c1 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -127,7 +127,7 @@ theme = "ananke" Replace the `title` above with something more personal. Also, if you already have a domain ready, set the `baseURL`. Note that this value is not needed when running the local development server. {{% note %}} -**Tip:** Make the changes to the site configuration or any other file in your site while the Hugo server is running, and you will see the changes in the browser right away. +**Tip:** Make the changes to the site configuration or any other file in your site while the Hugo server is running, and you will see the changes in the browser right away, though you may need to [clear your cache](https://kb.iu.edu/d/ahic). {{% /note %}}