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

github.com/zwbetz-gh/vanilla-bootstrap-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:27:22 +0300
committerzwbetz <zwbetz@gmail.com>2019-09-25 07:27:22 +0300
commitbf00331176a8b5c0b677ff9be79624f7138ab5d0 (patch)
treeffe7c1a026165255c87c417c3d46b50e37cef178
parent1d4061b0f582dfc84c6382bb91113cd12ac65fbd (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 289515f..9ab63e1 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ https://vanilla-bootstrap-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 8a292ca..db5fba6 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://vanilla-bootstrap-hugo-theme.netlify.com/" \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index f2e780b..c094389 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "A vanilla Bootstrap theme for Hugo"
homepage = "https://github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme"
tags = ["home", "blog", "tags", "bootstrap", "minimal", "clean", "simple", "feather"]
features = ["home", "blog", "tags", "bootstrap", "minimal", "clean", "simple", "feather"]
-min_version = "0.54.0"
+min_version = "0.58.3"
[author]
name = "Zachary Betz"