From ed1c854df2fda01549680651c19dbc2fe257b0f4 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Wed, 24 Mar 2021 23:59:33 +0000
Subject: [PATCH] And notice shortcodes (#537)

---
 netlify.toml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/netlify.toml b/netlify.toml
index b450a13..9a854c6 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,12 +1,14 @@
 [build]
-publish = "demo/public"
-command = "make prepare && hugo --source demo --baseURL $URL"
+publish = "exampleSite/public"
+command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL"
 
 [context.production.environment]
 HUGO_VERSION = "0.73.0"
+HUGO_THEME = "repo"
 
 [context.deploy-preview]
-command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
+command = "cd exampleSite &&  hugo --themesDir=../.. --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
 HUGO_VERSION = "0.73.0"
+HUGO_THEME = "repo"

--
Gitblit v1.10.0