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-gh <zwbetz@gmail.com>2021-05-25 21:52:26 +0300
committerzwbetz-gh <zwbetz@gmail.com>2021-05-25 21:52:26 +0300
commit56ff6f918fe65932b5111fc5b2a8cab7f55d6d74 (patch)
tree5840ba47f8b32e2b67a4a2ab6b14f7104dae0a58
parent9a392595e2cd54b120cd68ba52181bdab2700896 (diff)
update min hugo version
-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 6a274e2..1cbd7d7 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ https://papercss-hugo-theme.netlify.com/
## Minimum Hugo version
-Hugo version `0.60.1` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.
+Hugo version `0.81.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 52a8bbf..38da246 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.60.1"
+min_version = "0.81.0"
[author]
name = "Zachary Betz"