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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2019-04-11 17:58:09 +0300
committerzwbetz <zwbetz@gmail.com>2019-04-11 17:58:09 +0300
commitd931b813882a8e8e6c805452ac60269ff415c5a4 (patch)
tree6e8c0fb92af2962da58298f6c8e7d73fbcc0745c
parentfdee9b9922ca00def123f070084612f2c77ff875 (diff)
Bump min hugo ver
-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 fcb577b..2ed91cb 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ https://papercss-hugo-theme.netlify.com/
## Minimum Hugo version
-Hugo version `0.48` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.
+Hugo version `0.54.0` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.
## Installation
diff --git a/theme.toml b/theme.toml
index 2972616..24e7651 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "A Hugo theme made with PaperCSS, the less formal CSS framework."
homepage = "https://github.com/zwbetz-gh/papercss-hugo-theme"
tags = ["blog", "paper", "informal"]
features = ["blog", "toc", "shortcodes"]
-min_version = "0.48"
+min_version = "0.54.0"
[author]
name = "Zachary Betz"