mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-13 02:16:19 +01:00
34 lines
743 B
TOML
34 lines
743 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 Clean, Elegant but Advanced Hugo Theme for Hugo."
|
|
homepage = "https://hugo-loveit-en.netlify.com"
|
|
tags = [
|
|
"blog",
|
|
"clean",
|
|
"responsive",
|
|
"dark",
|
|
"theme"
|
|
]
|
|
features = [
|
|
"cover-image",
|
|
"favicon",
|
|
"multilingual",
|
|
"pagination",
|
|
"social-menu",
|
|
"syntax-highlighting",
|
|
"SEO Optimized"
|
|
]
|
|
min_version = "0.62.0"
|
|
|
|
[author]
|
|
name = "Dillon"
|
|
homepage = "https://dillonzq.com/"
|
|
|
|
[original]
|
|
name = "Fastbyte01"
|
|
homepage = "https://www.fsb01.com/"
|
|
repo = "https://github.com/Fastbyte01/KeepIt"
|