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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-03-01 15:43:06 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-03-01 15:43:06 +0300
commitf267ba96ae17d29e21ddb201d1f8ee782af6c467 (patch)
tree80db63a4e4111594452682a2d7dccd1da5219a2b /exampleSite/netlify.toml
parent0ba1faffc04bbc7406e56b34d8ff5ec8d8468372 (diff)
modules(demo): update + convert config.toml to config.yaml
Poll results 11 YAML to 6 TOML: https://discord.com/channels/722225264733716590/738922126966521907/809481717031239700 Disable CMS in demo. Add Netlify `resources/` caching to demo.
Diffstat (limited to 'exampleSite/netlify.toml')
-rw-r--r--exampleSite/netlify.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 6a506e90..d85ec405 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -3,7 +3,7 @@
publish = "public"
[build.environment]
- HUGO_VERSION = "0.80.0"
+ HUGO_VERSION = "0.81.0"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]
@@ -14,3 +14,8 @@
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
+
+[[plugins]]
+ package = "netlify-plugin-hugo-cache-resources"
+ [plugins.inputs]
+ debug = true