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-08-14 01:22:10 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-08-14 01:22:10 +0300
commit31404c6404d5dc674ff93869f77191588d947677 (patch)
treee71d6d434551a8f51921766db571d410b2ca1d56
parentd17dd63cb554b4855c34c02ffc742c91e4c920dd (diff)
Upgrade min Hugo versionv3.12.0
-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 67bae67..ed02a03 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.83.0-ff4088?style=flat-square&logo=hugo)](https://gohugo.io/)
+[![Hugo Version](https://img.shields.io/badge/Hugo-%5E0.93.3-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)
@@ -90,7 +90,7 @@ Please use the following guidelines if you want to start a discussion:
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Requirements
-- **Hugo** (version >= 0.83.0), see this [guide](https://gohugo.io/getting-started/installing/) on how to install Hugo.
+- **Hugo** (version >= 0.93.3), see this [guide](https://gohugo.io/getting-started/installing/) on how to install Hugo.
- **Git**, see this [guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) on how to install Git.
- **Go** (version >= 1.18), optional, required only when the Bilberry theme is used as a Hugo module; see this [guide](https://go.dev/doc/install) on how to install Go.
diff --git a/config.toml b/config.toml
index 7afad0c..cffb837 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,3 @@
[module]
[module.hugoVersion]
- min = "0.83.0"
+ min = "0.93.3"