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-09-25 07:33:09 +0300
committerzwbetz <zwbetz@gmail.com>2019-09-25 07:33:09 +0300
commitbefb071298c1368d9123f432ecb45faacb573759 (patch)
treeaa79c2b4ff766279e7c6f42070f1c5c8fee716a7
parent1b34551c0be8aa0970fe3078b17fb36faa2fa574 (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 975bc6e..27dbf78 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ https://cayman-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.
**Note**: The extended version of Hugo is only required if you wish to edit style-related params in your config file. This is because this theme uses Hugo Pipes and SCSS.
diff --git a/netlify.toml b/netlify.toml
index 4e3c5ce..4eeb8df 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.3"
HUGO_THEME = "repo"
HUGO_BASEURL = "https://cayman-hugo-theme.netlify.com/"
diff --git a/theme.toml b/theme.toml
index 183b74b..dccc615 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 = ["blog", "clean", "color configuration"]
features = ["blog", "clean", "color configuration"]
-min_version = "0.54.0"
+min_version = "0.58.3"
[author]
name = "Zachary Betz"