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-11 04:24:02 +0300
committerzwbetz <zwbetz@gmail.com>2019-09-11 04:24:02 +0300
commit00266961e7591a600ab59ec23143001a7e18d102 (patch)
treeb018ac4a83ef017fe7fa4603d4d12efc9c382930
parentbf90b1e4da7aacf16d39146e0a0029d465228d23 (diff)
bump hugo version
-rw-r--r--netlify.toml2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 67337a3..c01c5ce 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,6 +3,6 @@
command = "cd exampleSite && hugo --gc --themesDir ../.."
[build.environment]
- HUGO_VERSION = "0.57.2"
+ HUGO_VERSION = "0.58.1"
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 6de6327..9f453f1 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.54.0"
+min_version = "0.58.1"
[author]
name = "Zachary Betz"