From 5d1a7b876852b0c62fef47f09929539412eee80c Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Fri, 9 Jul 2021 13:12:03 +0200 Subject: ci: upgrade hugo version to 0.85.0 Use official version of plugin `netlify-plugin-hugo-cache-resources` --- netlify.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'netlify.toml') 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 -- cgit v1.2.3