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

github.com/alex-shpak/hugo-book.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2022-11-03 02:11:38 +0300
committerAlex Shpak <alex-shpak@users.noreply.github.com>2022-11-03 02:11:38 +0300
commit412f14076251640eeae34aa63c321e3632f98dfa (patch)
tree5917c798babd7454d06ea1a2e4f4f2470a165fed
parent1318a717ed4026568be2c7c4a44324cd61cab9aa (diff)
Bump minimal hugo version to 0.79
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 67f73e1..9ae4f54 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
matrix:
hugo-version:
- 'latest'
- - '0.68.0'
+ - '0.79.0'
steps:
- uses: actions/checkout@v2
diff --git a/README.md b/README.md
index 25f5278..f9bb72e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Hugo Book Theme
-[![Hugo](https://img.shields.io/badge/hugo-0.68-blue.svg)](https://gohugo.io)
+[![Hugo](https://img.shields.io/badge/hugo-0.79-blue.svg)](https://gohugo.io)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
![Build with Hugo](https://github.com/alex-shpak/hugo-book/workflows/Build%20with%20Hugo/badge.svg)
@@ -33,7 +33,7 @@
## Requirements
-- Hugo 0.68 or higher
+- Hugo 0.79 or higher
- Hugo extended version, read more [here](https://gohugo.io/news/0.48-relnotes/)
## Installation