Files
FixIt/theme.toml
T
Andreas Deininger 175cf888d5 fix: eliminate deprecation warnings with hugo version 0.156.0 (#702)
* Fix deprecation warning with latest hugo version 0.156.0

* fix: use `hugo.Data` to replace the discarded `.Site.Data`

* chore(hugo): update Hugo version requirements to 0.156.0

---------

Co-authored-by: Cell <1024@lruihao.cn>
2026-02-27 15:46:31 +08:00

42 lines
854 B
TOML

# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "FixIt"
license = "MIT"
licenselink = "https://github.com/hugo-fixit/FixIt/blob/main/LICENSE"
description = "A Clean, Elegant but Advanced Hugo Theme for Hugo."
homepage = "https://github.com/hugo-fixit/FixIt"
demosite = "https://fixit.lruihao.cn"
min_version = "0.156.0"
tags = [
"blog",
"clean",
"responsive",
"light",
"dark",
"theme"
]
features = [
"i18n",
"PWA",
"Sub menu",
"Content Encryption",
"watermark",
"SEO Optimized",
"friends link template",
"pagination",
"syntax-highlighting",
"cover-image",
"favicon",
"social links"
]
[author]
name = "Lruihao"
homepage = "https://lruihao.cn"
[original]
name = "Dillon"
homepage = "https://dillonzq.com"
repo = "https://github.com/dillonzq/LoveIt"