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:
authorJimmy Cai <jimmehcai@gmail.com>2021-07-09 14:12:03 +0300
committerJimmy Cai <jimmehcai@gmail.com>2021-07-09 14:12:03 +0300
commit5d1a7b876852b0c62fef47f09929539412eee80c (patch)
tree51e0bb8dfc60912145a74f85205bcf80ca729f26 /netlify.toml
parent28ab0dd9809c6367fc58898c4060056d588077fc (diff)
ci: upgrade hugo version to 0.85.0
Use official version of plugin `netlify-plugin-hugo-cache-resources`
Diffstat (limited to 'netlify.toml')
-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