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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-20 09:35:18 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-02-20 09:35:18 +0300
commit7119beff72ecc458371546e2fa9d5690ae4a96c0 (patch)
tree4ba3be895f6e157c2c7ee48d01b28c50c1c290f6 /netlify.toml
parent092f614fdf887e8fc4c2ed777565a051b267e0b2 (diff)
ci: Add build.base
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index 4e4ac930..0e1f880c 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,7 @@
[build]
+base = "exampleSite/"
publish = "exampleSite/public"
-command = "cd ./exampleSite && hugo --gc --minify --themesDir ../ --layoutDir ../layouts --baseURL 'https://hugothemeiris.netlify.com'"
+command = "hugo --gc --minify --themesDir ../ --layoutDir ../layouts --baseURL 'https://hugothemeiris.netlify.com'"
[context.production.environment]
HUGO_VERSION = "0.64.1"