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 <zwbetz@gmail.com>2019-04-11 17:58:32 +0300
committerzwbetz <zwbetz@gmail.com>2019-04-11 17:58:32 +0300
commitef667bc3efe6e5dbaced6150e534b13985e23621 (patch)
tree887cf2e4c61b1c7dc5c531b717a6140ec19d0be3
parentfb07c050ee2e9662a76ef65cde70505efe79448a (diff)
Bump min hugo ver
-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 415c85b..289515f 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ https://vanilla-bootstrap-hugo-theme.netlify.com/
## Minimum Hugo version
-Hugo version `0.48` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.
+Hugo version `0.54.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 febf150..f2e780b 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.48"
+min_version = "0.54.0"
[author]
name = "Zachary Betz"