updated theme.toml
This commit is contained in:
parent
d613c241be
commit
eac4f76cc3
|
@ -8,10 +8,14 @@ description = "A prickly blog theme for Hugo"
|
||||||
homepage = "https://gitlab.com/gabmus/hugo-ficurinia"
|
homepage = "https://gitlab.com/gabmus/hugo-ficurinia"
|
||||||
tags = ["blog", "dark", "customizable", "simple"]
|
tags = ["blog", "dark", "customizable", "simple"]
|
||||||
features = ["posts", "shortcodes", "comments", "analytics"]
|
features = ["posts", "shortcodes", "comments", "analytics"]
|
||||||
min_version = "0.80.0"
|
|
||||||
|
|
||||||
logo = "/img/logo.png"
|
logo = "/img/logo.png"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Gabriele Musco"
|
name = "Gabriele Musco"
|
||||||
homepage = "https://gabmus.org"
|
homepage = "https://gabmus.org"
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[module.hugoVersion]
|
||||||
|
extended = true
|
||||||
|
min = "0.80.0"
|
||||||
|
|
Loading…
Reference in New Issue