summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-05-17 13:18:34 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-05-17 13:18:34 +0200
commit71e55e59d119523e933911835059c5a846437570 (patch)
treef6f2eb69ef0556b6acb5f4d6778e846b457c359a
parent92600f77fe3e5103afae1ed2e8717436c449f429 (diff)
Set minimum version to 0.68
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--README.md4
-rw-r--r--theme.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index cda12fd..19f30e9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
- name: Install Hugo
run: |
- wget "https://github.com/gohugoio/hugo/releases/download/v0.65.0/hugo_extended_0.65.0_Linux-64bit.deb" -O /tmp/hugo.deb
+ wget "https://github.com/gohugoio/hugo/releases/download/v0.68.0/hugo_extended_0.68.0_Linux-64bit.deb" -O /tmp/hugo.deb
sudo dpkg -i /tmp/hugo.deb
- name: Run Hugo
diff --git a/README.md b/README.md
index 085ce4c..3980d42 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Hugo Book Theme
-[![Hugo](https://img.shields.io/badge/hugo-0.65-blue.svg)](https://gohugo.io)
+[![Hugo](https://img.shields.io/badge/hugo-0.68-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.65 or higher
+- Hugo 0.68 or higher
- Hugo extended version, read more [here](https://gohugo.io/news/0.48-relnotes/)
## Installation
diff --git a/theme.toml b/theme.toml
index 0506d6c..7f3adec 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "Hugo documentation theme as simple as plain book"
homepage = "https://github.com/alex-shpak/hugo-book"
tags = ["responsive", "clean", "documentation", "docs", "flexbox", "search", "mobile", "multilingual", "disqus"]
features = []
-min_version = "0.65"
+min_version = "0.68"
[author]
name = "Alex Shpak"