diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index c6f1ee5..bae2f93 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -1,8 +1,7 @@
-# Remove this if your site folder is not inside the theme folder
-themesDir: "../../"
-
 # Set your theme here
 theme: hugo-tufte
+# Remove this if your site folder is not inside the theme folder
+themesDir: "../.."
 # The language of your website (see https://www.andiamo.co.uk/resources/iso-language-codes/ for reference)
 languageCode: en-US
 # If you write Chinese, Japanese or Korean, this helps with word counting
diff --git a/netlify.toml b/netlify.toml
index bb3a3d6..ccf8a0e 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,5 +1,5 @@
 [build]
-command = "hugo -s exampleSite --minify --gc"
+command = "cd exampleSite && hugo --minify --gc --themesDir .. --theme ."
 publish = "exampleSite/public"
 
 [build.environment]