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

github.com/zwbetz-gh/minimal-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:30:17 +0300
committerzwbetz <zwbetz@gmail.com>2019-09-25 07:30:17 +0300
commitee9ebb966b7284d8960a3cc2e0d5f359f7431e62 (patch)
tree43f2237065ca70d52702c4ecf0129bc1072a0f50
parent55e1a661773e78751c9b66a60ecbb507e5bd214c (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 feb4390..4e42d77 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ https://minimal-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 ea61906..836c352 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://minimal-bootstrap-hugo-theme.netlify.com/" \ No newline at end of file
diff --git a/theme.toml b/theme.toml
index 9702af1..6c0cabf 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "A minimal hugo theme made with bootstrap that focuses on content
homepage = "https://github.com/zwbetz-gh/minimal-bootstrap-hugo-theme"
tags = ["minimalist", "blog", "clean", "simple", "bootstrap"]
features = ["responsive", "small page size", "google analytics", "cookie consent", "tags"]
-min_version = "0.54.0"
+min_version = "0.58.3"
[author]
name = "Zachary Betz"