From d3b1deb096168191479aa661730bb8eca82aad06 Mon Sep 17 00:00:00 2001 From: zwbetz-gh Date: Tue, 25 May 2021 13:51:55 -0500 Subject: [PATCH] update min hugo version --- README.md | 2 +- theme.toml | 2 +- 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"