initial commit

This commit is contained in:
Colmaris 2025-02-12 22:47:22 +01:00
parent 2012aa8834
commit 9ddfa58ace
2289 changed files with 11217 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# 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"
description = "A prickly blog theme for Hugo"
homepage = "https://gitlab.com/gabmus/hugo-ficurinia"
tags = ["blog", "dark", "customizable", "simple"]
features = ["posts", "shortcodes", "comments", "analytics"]
logo = "/img/logo.png"
[author]
name = "Gabriele Musco"
homepage = "https://gabmus.org"
[module]
[module.hugoVersion]
extended = true
min = "0.80.0"