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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-05-19 00:17:09 +0300
committerIvan Boothe <git@rootwork.org>2022-05-19 00:17:09 +0300
commit66c420a9d70150bd1b595893185b008e2d329c87 (patch)
treeb23bafe42cdaca91c7c874f2d10ffaa18c5d323e
parent2adcd0c58a4e05aebe88fd8bf007e7283c13854b (diff)
update min version listingprereq-install-updates
Signed-off-by: Ivan Boothe <git@rootwork.org>
-rw-r--r--theme.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index d419fe2..d5fa81b 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,10 +6,11 @@ homepage = "https://github.com/chipzoller/hugo-clarity"
demosite = "https://neonmirrors.net/"
tags = ["blog", "technical", "simple", "dark", "syntax highlighting"]
features = ["blog", "technical", "simple", "dark", "syntax highlighting"]
-min_version = "0.63.0"
+min_version = "0.91.0"
# If the theme has multiple authors
authors = [
{name = "Chip Zoller", homepage = "https://neonmirrors.net"},
{name = "Dan Weru", homepage = "https://github.com/onweru"},
+ {name = "Ivan Boothe", homepage = "https://rootwork.org"},
]