website/theme.toml

22 lines
607 B
TOML
Raw Normal View History

2020-08-24 01:48:03 -05:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Hugo Ficurinia"
license = "AGPL3"
licenselink = "https://gitlab.com/gabmus/hugo-ficurinia/-/blob/master/LICENSE"
2021-01-03 07:24:16 -06:00
description = "A prickly blog theme for Hugo"
2020-08-24 01:48:03 -05:00
homepage = "https://gitlab.com/gabmus/hugo-ficurinia"
2021-01-03 07:21:51 -06:00
tags = ["blog", "dark", "customizable", "simple"]
features = ["posts", "shortcodes", "comments", "analytics"]
2020-08-24 01:48:03 -05:00
logo = "/img/logo.png"
[author]
name = "Gabriele Musco"
homepage = "https://gabmus.org"
2021-12-16 08:24:07 -06:00
[module]
[module.hugoVersion]
extended = true
min = "0.80.0"