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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2020-12-05 22:51:06 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2020-12-05 22:51:06 +0300
commit531ba0eeaf97f0e962db91393309e1d203e789f7 (patch)
treeddc0013a2c29c1e85140befec31e4a12625b7fc7
parent2462428f51cf793a3c022083faa21ac92cda947d (diff)
Bump min_version to 0.77.0 (due to getJSON errors)
-rw-r--r--README.md2
-rw-r--r--exampleSite/content/posts/readme.md2
-rw-r--r--netlify.toml2
-rw-r--r--theme.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index da5e968..661421c 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ I've been working on this theme for so long that there are features I don't even
## Requirements
* Hugo Extended
-* Minimum version: 0.71.0
+* Minimum version: 0.77.0
## Installation
diff --git a/exampleSite/content/posts/readme.md b/exampleSite/content/posts/readme.md
index 34d9c0a..9ef038c 100644
--- a/exampleSite/content/posts/readme.md
+++ b/exampleSite/content/posts/readme.md
@@ -41,7 +41,7 @@ I've been working on this theme for so long that there are features I don't even
## Requirements
* Hugo Extended
-* Minimum version: 0.73.0
+* Minimum version: 0.77.0
## Installation
diff --git a/netlify.toml b/netlify.toml
index 405cab3..0996d2b 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -6,5 +6,5 @@
[build.environment]
HUGO_BASEURL = "https://color-your-world-demo.netlify.app"
HUGO_THEME = "repo"
- HUGO_VERSION = "0.73.0"
+ HUGO_VERSION = "0.77.0"
HUGO_ENABLEGITINFO = "true"
diff --git a/theme.toml b/theme.toml
index 6fafd4b..0320896 100644
--- a/theme.toml
+++ b/theme.toml
@@ -28,7 +28,7 @@ features = [
"privacy",
"syntax highlighting"
]
-min_version = "0.73.0"
+min_version = "0.77.0"
[author]
name = "rmaguiar"