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

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-02-08 15:47:29 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-02-08 15:47:29 +0300
commitd0601c4cc9de44341bf4439ee88ede5b3472a577 (patch)
tree064076e206a9247873eca933a7be936a5e4762c3
parent9086038b5dfa9c5848e95b408e2f30eb2953fa14 (diff)
Bump up Hugo min version to support replacement feature in Hugo modules
-rw-r--r--README.md4
-rw-r--r--config.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a8ee050..8e63d31 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Bilberry Hugo Theme
[![GitHub version](https://img.shields.io/github/release/Lednerb/bilberry-hugo-theme/all.svg?style=flat-square)](https://github.com/Lednerb/bilberry-hugo-theme/releases)
-[![Hugo Version](https://img.shields.io/badge/Hugo-%5E0.56.3-ff4088?style=flat-square&logo=hugo)](https://gohugo.io/)
+[![Hugo Version](https://img.shields.io/badge/Hugo-%5E0.77.0-ff4088?style=flat-square&logo=hugo)](https://gohugo.io/)
[![Hugo Themes](https://img.shields.io/badge/Hugo_Themes-@Bilberry-ff4088)](https://themes.gohugo.io/themes/bilberry-hugo-theme/)
[![Build GH-Pages](https://github.com/Lednerb/bilberry-hugo-theme/workflows/Update%20GitHub%20Pages/badge.svg)](https://github.com/Lednerb/bilberry-hugo-theme/deployments/activity_log?environment=github-pages)
@@ -79,7 +79,7 @@ Please use the following guidelines if you want to start a discussion:
## Requirements
-**Hugo version >= 0.53 required**; see this [guide](https://gohugo.io/getting-started/installing/) on how to install Hugo.
+**Hugo version >= 0.77.0 required**; see this [guide](https://gohugo.io/getting-started/installing/) on how to install Hugo.
Only when using theme as Hugo module:
**Go version >= 1.12 required**; download Go installer [here](https://go.dev/dl/)
**Git required**; download Git installer [here](https://git-scm.com/downloads)
diff --git a/config.toml b/config.toml
index d8787da..4cbc301 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,3 @@
[module]
[module.hugoVersion]
- min = "0.56.3"
+ min = "0.77.0"