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:
Diffstat (limited to 'exampleSite/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