Add min Hugo version
This commit is contained in:
parent
d6592fd409
commit
8b6d621f0e
21
theme.toml
21
theme.toml
@ -1,14 +1,16 @@
|
|||||||
# theme.toml template for a Hugo theme
|
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
||||||
|
|
||||||
name = "Hugo Bear Cub"
|
name = "Hugo Bear Cub"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/clente/hugo-bearcub/blob/master/LICENSE"
|
licenselink = "https://github.com/clente/hugo-bearcub/blob/master/LICENSE"
|
||||||
description = "A Hugo theme based on »Hugo Bear Blog«. Free, extra-light, super-fast blogging."
|
description = "Theme description"
|
||||||
|
|
||||||
|
# The home page of the theme, where the source can be found.
|
||||||
homepage = "https://github.com/clente/hugo-bearcub"
|
homepage = "https://github.com/clente/hugo-bearcub"
|
||||||
tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "reading"]
|
|
||||||
features = ["favicon", "seo", "no stylesheets", "no javascript", "rss"]
|
# If you have a running demo of the theme.
|
||||||
min_version = "0.110.0"
|
demosite = "https://gohugo.io"
|
||||||
|
|
||||||
|
tags = ["blog", "responsive", "minimal", "personal", "dark", "multilingual"]
|
||||||
|
features = ["favicon", "seo", "no javascript", "rss"]
|
||||||
|
|
||||||
# If the theme has a single author
|
# If the theme has a single author
|
||||||
[author]
|
[author]
|
||||||
@ -20,3 +22,8 @@ min_version = "0.110.0"
|
|||||||
author = "Jan Raasch"
|
author = "Jan Raasch"
|
||||||
homepage = "https://www.janraasch.com"
|
homepage = "https://www.janraasch.com"
|
||||||
repo = "https://github.com/janraasch/hugo-bearblog"
|
repo = "https://github.com/janraasch/hugo-bearblog"
|
||||||
|
|
||||||
|
# Hugo versions the theme supports
|
||||||
|
[module]
|
||||||
|
[module.hugoVersion]
|
||||||
|
min = "0.73.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user