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

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-23 06:36:43 +0300
committerEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-23 06:36:43 +0300
commit47af9b33303d5e02e8a30731fc42cf493848366a (patch)
tree0c7844a39f576e5ba09c0885b0d0610440430eed
parent34fa7acbfc09f2c5b3b2b8b41eaccd0d42a7b7dc (diff)
add build command
-rw-r--r--exampleSite/netlify.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
new file mode 100644
index 0000000..e6e0848
--- /dev/null
+++ b/exampleSite/netlify.toml
@@ -0,0 +1,7 @@
+[build]
+ publish = "exampleSite/public"
+ command = "hugo --gc --minify --source exampleSite --themesDir ../.. --theme repo --baseURL https://health-sci-j-demo.netlify.app"
+
+[context.production.environment]
+HUGO_VERSION = "0.74.2"
+HUGO_ENV = "production" \ No newline at end of file