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

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2021-07-24 09:28:07 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2021-07-24 09:28:07 +0300
commitc4c3b6dc4756a7ee6a1c791c8fdf3d6a763ec525 (patch)
treee8f1f184c5603309b6d5c690f929d61028a36631
parent02afd71b561869b51c645d488f7841cf99d7e224 (diff)
Suggested defaults for minification
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index b3b6774..2bfd7be 100644
--- a/config.toml
+++ b/config.toml
@@ -10,3 +10,8 @@ title = "Alpha Church"
tag = "tags"
preacher = "preachers"
series = "series"
+
+#This is suggested default minification since Hugo 0.84.0 and later has a minification library that breaks the JS for plyr.io
+[minify]
+ minifyOutput = true
+ disableJS = true