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>2021-10-16 10:53:44 +0300
committerGitHub <noreply@github.com>2021-10-16 10:53:44 +0300
commit9859ea3f8bc35bcb4fa687f49ec521865f104f05 (patch)
treecf888200d9a46727e6c85a8973a4ea9805a98d69 /theme.toml
parentd8c9468c685f38476b241f82130a6ae59e28ad05 (diff)
feat: add theme config.yaml (#393)
Add Hugo version requirement
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 2b9b841..a1a3d74 100644
--- a/theme.toml
+++ b/theme.toml
@@ -20,7 +20,7 @@ features = [
"search",
]
-min_version = "0.78.0"
+min_version = "0.87.0"
[author]
name = "Jimmy Cai"