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

github.com/gohugoio/hugoThemes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2019-09-02 18:47:11 +0300
committerGitHub <noreply@github.com>2019-09-02 18:47:11 +0300
commitd878c011c5bd0a40d641747bf01d01d4632442d5 (patch)
tree75ce656c25abe55e1985a06ff519fe6fcbfef50b
parent4ad99d19c8dd2d779583efebdd057916db22813f (diff)
Update README (#707)
Hugo now uses semver versioning. This commit reflects this change in the sample of `theme.toml`
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 971f929..ff7501f 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ description = "Theme description"
homepage = "Website of your theme"
tags = ["blog", "company"]
features = ["some", "awesome", "features"]
-min_version = 0.38
+min_version = "0.57.0"
[author]
name = "Your name"