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>2019-04-13 00:07:37 +0300
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-13 00:07:37 +0300
commit4eae7c302dfe92d87fb3d5e74d21658817540532 (patch)
tree28954806437a3f05236d21138f48ddbcfa6c2d31
parentcac0184060e064edb6f0df1990484b35dd004c55 (diff)
#19, Set minimum hugo version to 0.48v1
-rw-r--r--README.md2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 30910be..0949434 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
## Requirements
-* Hugo 0.43 or higher
+* Hugo 0.48 or higher
* Hugo extended version, read more [here](https://gohugo.io/news/0.43-relnotes/)
diff --git a/theme.toml b/theme.toml
index b22bb60..b2d7552 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"]
features = []
-min_version = "0.43"
+min_version = "0.48"
[author]
name = "Alex Shpak"