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

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed <jeblister@gmail.com>2021-07-08 18:54:13 +0300
committerMohamed <jeblister@gmail.com>2021-07-08 18:54:13 +0300
commitd23de972beadc1ca41079715690aa1987dc0aec5 (patch)
tree8a39c07ba5f68a1ed5ca539c5e352c4d2a334a16
parent54062f2fb3abbf4b1af247fb95cdf33fea5f94e9 (diff)
update hugo min version
-rw-r--r--README.md2
-rw-r--r--theme.toml7
2 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index e33e738..cf79dd8 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
`kube` Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.
-I create this theme based on the `Version 6.5.2` [Kube Framework](https://kube7.imperavi.com/).
+I create this theme based on [Kube Framework](https://kube7.imperavi.com/).
![kube hugo landingPage](https://cldup.com/RjWtdJZNae.png)
diff --git a/theme.toml b/theme.toml
index 1d84486..b91c121 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,6 +3,7 @@
name = "Kube Hugo"
license = "MIT"
+version = "1.0.3"
licenselink = "https://github.com/jeblister/kube/master/LICENSE.md"
description = "Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog."
homepage = "http://kube.elemnts.net/"
@@ -23,8 +24,10 @@ features = ["Minimalism","Mobile-first Design",
"Block Templates",
"Table of Contents",
"SEO Site Verification"]
-min_version = 0.84.1
-
+module:
+ hugoVersion:
+ extended: false
+ min: "0.84.0"
[author]
name = "jeblister"
homepage = "http://findme.surge.sh/"