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

github.com/tastaturtier/someparts-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netlify.toml10
1 files changed, 4 insertions, 6 deletions
diff --git a/netlify.toml b/netlify.toml
index b089470..68eea10 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,9 +1,7 @@
[build]
publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --themesDir ../.."
-
-[context.production.environment]
- HUGO_VERSION = "0.63.2"
- HUGO_ENV = "production"
- HUGO_ENABLEGITINFO = "true"
- \ No newline at end of file
+
+[build.environment]
+ HUGO_VERSION = "0.60.1"
+ HUGO_THEME = "repo" \ No newline at end of file