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

github.com/zwbetz-gh/minimal-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:57:45 +0300
committerzwbetz <zwbetz@gmail.com>2019-04-11 17:57:45 +0300
commit2cd4b49e4687980720caf789139654eed65cdc4a (patch)
treeda99b44b1e613696b0b50acc253de1e0dc2d5e5a
parent1085aeea4d2f58ffeeb48811be5c96a480c330ca (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 f882783..feb4390 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ https://minimal-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 234fcd3..9702af1 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "A minimal hugo theme made with bootstrap that focuses on content
homepage = "https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme"
tags = ["minimalist", "blog", "clean", "simple", "bootstrap"]
features = ["responsive", "small page size", "google analytics", "cookie consent", "tags"]
-min_version = 0.48
+min_version = "0.54.0"
[author]
name = "Zachary Betz"