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

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorimzeuk <imzeuk@gmail.com>2019-04-16 04:18:26 +0300
committerimzeuk <imzeuk@gmail.com>2019-04-16 04:18:26 +0300
commit4af2683cd8d7d41c12b0cd00def2767c5af5a884 (patch)
tree43af0380c70d4293ef0848fd39cb596cfd4084b1
parent497f5cf4987a2d1fb56c5a560132fc618f1dc495 (diff)
add netlify.toml
-rw-r--r--exampleSite/netlify.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
new file mode 100644
index 0000000..6ef7d7b
--- /dev/null
+++ b/exampleSite/netlify.toml
@@ -0,0 +1,8 @@
+[build]
+ publish = "public"
+ command = "hugo --gc --minify"
+
+[context.production.environment]
+ HUGO_VERSION = "0.55.1"
+ HUGO_ENV = "production"
+ HUGO_ENABLEGITINFO = "true" \ No newline at end of file