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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2017-11-24 03:37:44 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2017-11-24 03:37:44 +0300
commitde0e0f65f01749fb1e1a9313f1b302689b4f7e1e (patch)
tree8845395813e09e3d2ecaec3e040fbbf99ffb3424 /netlify.toml
parent1a24a432bf2a8396730cb9420c0633475f6576ef (diff)
Add Netlify config
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 00000000..6c3ffcde
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "public"
+ command = "hugo"
+
+[context.production.environment]
+ HUGO_VERSION = "0.30.2"
+ HUGO_ENV = "production"
+ HUGO_ENABLEGITINFO = "true"