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

github.com/zwbetz-gh/cupper-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:51:55 +0300
committerzwbetz-gh <zwbetz@gmail.com>2021-05-25 21:51:55 +0300
commitd3b1deb096168191479aa661730bb8eca82aad06 (patch)
tree4ced968b421b7c36b85c4b59a846919b7cff8a8f
parent1929b7a9c5828195730ddfdcc511b562e89346aa (diff)
update 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 474b365..5bf9733 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ https://cupper-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 8d8ef0c..ff8c3df 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "An accessibility-friendly Hugo theme, ported from the original Cu
homepage = "https://github.com/zwbetz-gh/cupper-hugo-theme"
tags = ["accessible", "blog", "documentation", "dark"]
features = ["accessible", "blog", "documentation", "dark"]
-min_version = "0.60.1"
+min_version = "0.81.0"
[author]
name = "Zachary Betz"