From b36632b31281716b6219ed3dead25cad1f4839b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 10 Dec 2017 01:09:08 +0100 Subject: [PATCH] Remove non-existing source variable Closes https://github.com/gohugoio/hugo/issues/4084 Closes https://github.com/gohugoio/hugo/pull/4085 --- content/getting-started/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/getting-started/configuration.md b/content/getting-started/configuration.md index 27d959e82..d4fb5a17e 100644 --- a/content/getting-started/configuration.md +++ b/content/getting-started/configuration.md @@ -288,8 +288,7 @@ pygmentsUseClasses = false SectionPagesMenu = # default sitemap configuration map sitemap = -# filesystem path to read files relative from -source = "" +# filesystem path to read static files relative from staticDir = "static" # display memory and timing of different steps of the program stepAnalysis = false