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

github.com/zwbetz-gh/cayman-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-02 18:34:39 +0300
committerzwbetz <zwbetz@gmail.com>2019-04-02 18:34:39 +0300
commitc9fedc083df4bf26b5d16e46215364e803621f12 (patch)
treec7e7ba76b7108d14e1cdb6fb239de80b43d1b65d
parent1280f8c54dbfadf41a40d8cfcf9172606aac6ce8 (diff)
Specify min hugo version
-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 921db04..145e6eb 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ https://cayman-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 b090e29..c7e2809 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "Cayman is a clean, responsive theme for Hugo, ported from the ori
homepage = "https://github.com/zwbetz-gh/cayman-hugo-theme"
tags = ["todo"]
features = ["todo"]
-min_version = "0.48"
+min_version = "0.54.0"
[author]
name = "Zachary Betz"