From 486fa73d7191c386979efda21d12d43e35de4895 Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Thu, 10 Sep 2020 23:14:00 +0000
Subject: [PATCH] change the path in netlify config

---
 exampleSite/netlify.toml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 831890a..250805b 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -1,7 +1,9 @@
 [build]
-base = "exampleSite" # remove or uncomment line if your content is at the root of your repo
+base = "exampleSite" # remove or uncomment line if your content is at the root of your repo. While you're at it, uncomment line 5 and comment line 6.
 publish = "public"
-command = "hugo --gc --minify"
+
+# command = "hugo --gc --minify"
+command = "hugo --gc --minify --themesDir ../.."
 
 [context.production.environment]
 HUGO_VERSION = "0.74.3"

--
Gitblit v1.10.0