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

github.com/jonathanjanssens/hugo-casper3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Janssens <jonathan.janssens@gmail.com>2019-11-03 15:46:38 +0300
committerJonathan Janssens <jonathan.janssens@gmail.com>2019-11-03 15:46:38 +0300
commite9320adb24567b51d32adcbe3dac898e3062033e (patch)
treeff5673e664a34f44fd83566ae7a7bc1ab0571c7e
parent2d0e9fe7435c946eacb1e0af15c2bb97bc1064ee (diff)
add: older hugo version
-rw-r--r--README.md1
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27156bc..a0da4f1 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Posts should be created under the 'post' content type, e.g. `hugo new post/examp
The theme has been tested and is working with these versions of Hugo. It should work with others, but if you want to add another officially supported version give it a test and make a pull request to update this.
+- 0.54.0
- 0.55.5
## Development Roadmap
diff --git a/theme.toml b/theme.toml
index b47574a..cd8fce2 100644
--- a/theme.toml
+++ b/theme.toml
@@ -4,7 +4,7 @@ licenselink = "https://github.com/jonathanjanssens/hugo-casper3/blob/master/LICE
description = "The default Casper version 3 theme from Ghost CMS ported over to Hugo"
tags = ["blog", "dark", "light"]
features = ["darkmode"]
-min_version = "0.55.5"
+min_version = "0.54.0"
[author]
name = "Jonathan Janssens"