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 <zwbetz@gmail.com>2019-09-25 07:32:29 +0300
committerzwbetz <zwbetz@gmail.com>2019-09-25 07:32:29 +0300
commit0332ae9c7c858f2f8cd1b634a9c5a37d9c4224e8 (patch)
tree2b91ad4d56f6165b708e607d933765f3dadf85f0
parent5c9b53e9a5fa6046120c7616d25da16b0a11ac45 (diff)
bump hugo version to 0.58.3
-rw-r--r--README.md2
-rw-r--r--netlify.toml2
-rw-r--r--theme.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5f83cd3..d973710 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ https://cupper-hugo-theme.netlify.com/
## Minimum Hugo version
-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.
+Hugo version `0.58.3` 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/netlify.toml b/netlify.toml
index c01c5ce..b757aed 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,6 +3,6 @@
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
- HUGO_VERSION = "0.58.1"
+ HUGO_VERSION = "0.58.3"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://cupper-hugo-theme.netlify.com/" \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index 9f453f1..516dfbe 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.58.1"
+min_version = "0.58.3"
[author]
name = "Zachary Betz"