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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <zwbetz@gmail.com>2021-05-25 21:53:05 +0300
committerzwbetz-gh <zwbetz@gmail.com>2021-05-25 21:53:05 +0300
commit38265b9ff4bd533c04d977e028a08bdb30d54a9e (patch)
treecc33258a192188b6f85198008400295b193604c1
parentaf30eafc00e4acdefbd387fd1ae5d3139d0328e0 (diff)
update min hugo versionHEADmaster
-rw-r--r--README.md2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e48dc9f..afc32b5 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ https://vanilla-bootstrap-hugo-theme.netlify.com/
## Minimum Hugo version
-Hugo version `0.60.1` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.
+Hugo version `0.81.0` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.
## Installation
diff --git a/theme.toml b/theme.toml
index 261ea3b..e64ee53 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "A vanilla Bootstrap theme for Hugo"
homepage = "https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme"
tags = ["home", "blog", "tags", "bootstrap", "minimal", "clean", "simple", "feather"]
features = ["home", "blog", "tags", "bootstrap", "minimal", "clean", "simple", "feather"]
-min_version = "0.60.1"
+min_version = "0.81.0"
[author]
name = "Zachary Betz"