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

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2021-07-09 06:26:11 +0300
committerRobert Austin <rob@jugglerdigital.com>2021-07-09 06:26:11 +0300
commit82133a0311f44a25e18ce356da9d1191cb9df32e (patch)
tree7041ef078a9d0c1b004892d82fb14bde341f3f25 /exampleSite
parent6638af48a3f11caf020cd8733ce4c94e1d558939 (diff)
maintain update and test with latest version, update for hugoThemes
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c32461b..9c9a6bf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -8,6 +8,11 @@ pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.55.0"
+
# Controls how many words are printed in the content summary on the docs homepage.
# See https://gohugo.io/content-management/summaries/
summaryLength = 30