mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
175cf888d5
* 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>
42 lines
854 B
TOML
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"
|