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

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBing-Sheng Chen <gundamew@gmail.com>2018-07-03 11:03:33 +0300
committerBing-Sheng Chen <gundamew@gmail.com>2018-07-03 11:03:33 +0300
commit2976485f0229a80b66d6e0f739fd385908d36e58 (patch)
treea5962b689fa6b3934748af08efd8590d9b81b410
parentaf1f3fd7d6c34560b0544950d96234bfd7d84342 (diff)
Correct the minimal version number
The value of `min_version` means the minimal version number of Hugo, not the theme.
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 6755f95..db13945 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "Nothing but texts."
homepage = "https://github.com/gundamew/hugo-bingo"
tags = ["minimalist", "simple", "clean", "blog", "starter", "responsive"]
features = ["blog"]
-min_version = "1.0.0"
+min_version = "0.42.2"
[author]
name = "Bing-Sheng Chen"