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

github.com/CaiJimmy/hugo-theme-stack.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, 8 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index aecd1da..e221fd8 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,7 +2,7 @@
publish = "exampleSite/public"
[build.environment]
- HUGO_VERSION = "0.79.0"
+ HUGO_VERSION = "0.85.0"
HUGO_THEME = "repo"
[context.production]
@@ -17,4 +17,10 @@
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
[[plugins]]
- package = "/exampleSite/plugins/netlify-plugin-hugo-cache-resources" \ No newline at end of file
+ package = "netlify-plugin-hugo-cache-resources"
+
+ [plugins.inputs]
+ # If it should show more verbose logs (optional, default = true)
+ debug = true
+ # Relative path to source directory in case you use Hugo's "--s" option
+ srcdir = "exampleSite" \ No newline at end of file