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

github.com/gohugoio/hugo-mod-bootstrap-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fec79ff..46214cd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -6,5 +6,9 @@ disableKinds = ["page", "section", "taxonomy", "term"]
home = ["HTML"]
[module]
+[module.hugoVersion]
+# We use hugo.Deps to list dependencies, which was added in Hugo 0.92.0
+min = "0.92.0"
+
[[module.imports]]
path="github.com/gohugoio/hugo-mod-bootstrap-scss/v4" \ No newline at end of file