LoveIt/theme.toml
2019-08-06 23:49:02 +08:00

36 lines
744 B
TOML

# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "LoveIt"
license = "MIT"
licenselink = "https://github.com/dillonzq/LoveIt/blob/master/LICENSE"
description = "A minimal and responsive theme for Hugo."
homepage = "https://dillonzq.com/"
tags = [
"blog",
"minimal",
"clean",
"responsive",
"gallery",
"dark",
"theme"
]
features = [
"cover-image",
"favicon",
"multilingual",
"pagination",
"social-menu",
"syntax-highlighting",
"SEO Optimized"
]
min_version = "0.53"
[author]
name = "Dillon"
homepage = "https://dillonzq.com/"
[original]
name = "Fastbyte01"
homepage = "https://www.fsb01.com/"
repo = "https://github.com/Fastbyte01/KeepIt"