Files
FixIt/theme.toml
Cell b7db52eb7e chore: bump minimum Hugo version to 0.161.0 for hugo:vars support
The hugo:vars feature (used for SCSS variable configuration via
[params.appearance]) requires Hugo v0.161.0+.

See https://gohugo.io/functions/css/sass/#vars
2026-06-22 03:28:16 +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.161.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"