Files
FixIt/theme.toml
T
Cell 466bb7b7e9 🔒 Perf: use xxHash instead of md5 to calculate the hash value of a password
Update min hugo version to 0.129.0 for using xxHash function
2024-08-25 13:48:28 +08:00

43 lines
867 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/master/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.129.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"