From 16faf104fb8fe178f85e19f5deb67f5bf57cb68c Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 15 Jun 2019 21:53:31 -0500 Subject: [PATCH] set output dir to /var/www/hugo --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 31e0cf52..f98e39ba 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = "https://www.duckland.org/" languageCode = "en-us" title = "duckland.org" theme = "nederburg" +publishDir = "/var/www/hugo" # Enable comments by entering your Disqus shortname disqusShortname = "" # Enable Google Analytics by entering your tracking code