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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRisto Binovski <44679817+RistoBIn@users.noreply.github.com>2019-09-03 15:22:52 +0300
committerzwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com>2019-09-03 15:22:52 +0300
commitd732dd0847aa8e5446d42be23f745c3eab91bab1 (patch)
treee19dba83c3c7a1bf0f6dbc712959e1e1d5156c00 /netlify.toml
parent55e1a661773e78751c9b66a60ecbb507e5bd214c (diff)
Add Stackbit Integration (#7)
* update for stackbit * update stackbit.yml * rename stackbit.yaml * fix stackbit.yaml issue * stackbit deploy button in ReadMe * fix stackbit button description in Readme * fix netlify.toml * remove themesdir in exmaplesite/config * build commad in netlfy.toml * update README.md about stackbit * update table of contents
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index ea61906..b4af737 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,7 +1,7 @@
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.."
-
+
[build.environment]
HUGO_VERSION = "0.57.2"
HUGO_THEME = "repo"