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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-06-12 15:24:06 +0300
committerGitHub <noreply@github.com>2022-06-12 15:24:06 +0300
commitdea878239a74b2b596836967def07be29c707b48 (patch)
treee284839356ea8427dbb95c0d0dcfad6c2b5698f6
parent9d4ab5afcf1c839d4d9d5972311e9344fdf3f319 (diff)
chore: bump the required hugo version to 0.100.0
-rw-r--r--config/_default/module.toml2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/_default/module.toml b/config/_default/module.toml
index cec10f2..cc14cd5 100644
--- a/config/_default/module.toml
+++ b/config/_default/module.toml
@@ -1,3 +1,3 @@
[hugoVersion]
extended = true
-min = "0.87.0" \ No newline at end of file
+min = "0.100.0" \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index a1a3d74..ce33cee 100644
--- a/theme.toml
+++ b/theme.toml
@@ -20,7 +20,7 @@ features = [
"search",
]
-min_version = "0.87.0"
+min_version = "0.100.0"
[author]
name = "Jimmy Cai"