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-11-30 00:58:20 +0300
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-11-30 00:58:20 +0300
commit681a6ed87069e02c89b16f40efbc89fd548e0392 (patch)
tree5f95d5489f24bf7d86fb9cba30a322a2c3bfeddc
parente3dc5c5723ecff8ea6a7fc5e70555e27280223e6 (diff)
Set required version to 0.56
-rw-r--r--README.md4
-rw-r--r--theme.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index cd48eaf..59b8cab 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Hugo Book Theme
-[![Hugo](https://img.shields.io/badge/hugo-0.55-blue.svg)](https://gohugo.io)
+[![Hugo](https://img.shields.io/badge/hugo-0.56-blue.svg)](https://gohugo.io)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
### [Hugo](https://gohugo.io) documentation theme as simple as plain book
@@ -28,7 +28,7 @@
## Requirements
-- Hugo 0.55 or higher
+- Hugo 0.56 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 3e72435..94db60f 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,9 +6,9 @@ license = "MIT"
licenselink = "https://github.com/alex-shpak/hugo-book/blob/master/LICENSE"
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"]
+tags = ["responsive", "clean", "documentation", "docs", "flexbox", "search", "mobile", "multilingual"]
features = []
-min_version = "0.55"
+min_version = "0.56"
[author]
name = "Alex Shpak"