Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JugglerX/hugo-hero-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2019-01-10 11:16:41 +0300
committerRobert Austin <rob@jugglerdigital.com>2019-01-10 11:16:41 +0300
commit519042d885e9ff9cc2f220dc6039e88ebebd02e8 (patch)
treed2cf17a1e073bb3a99e0c267b9d8e05f17187281 /netlify.toml
parent4b57b78f66f0cf033dea70f5e03caa157bde96e4 (diff)
try different netlify config
Former-commit-id: bffa483c5c90223b5d1a3eb4a7d9ef505f1fa804 [formerly bccface30f9eec3f68a5c370bef854544f680fbf] Former-commit-id: 1aafaea427823e303d436764df617208d18cea77
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index f0d5e9e..e527bc9 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,5 +1,14 @@
+[build]
+publish = "exampleSite/public"
+command = """hugo \
+ --source exampleSite \
+ --config exampleSite/config.toml \
+ --themesDir ../.. \
+ --theme repo \
+ --baseURL https://silly-davinci-ac8797.netlify.com"""
+
[context.deploy-preview.environment]
HUGO_VERSION = "0.51"
[context.production.environment]
- HUGO_VERSION = "0.51" \ No newline at end of file
+HUGO_VERSION = "0.51" \ No newline at end of file