2019-02-03 12:30:44 +01:00
|
|
|
# theme.toml template for a Hugo theme
|
|
|
|
|
2019-08-06 17:49:02 +02:00
|
|
|
name = "LoveIt"
|
2019-02-03 12:30:44 +01:00
|
|
|
license = "MIT"
|
2019-08-06 17:49:02 +02:00
|
|
|
licenselink = "https://github.com/dillonzq/LoveIt/blob/master/LICENSE"
|
2019-08-25 20:25:56 +02:00
|
|
|
description = "A Clean, Elegant but Advanced Hugo Theme for Hugo."
|
2022-05-07 20:30:22 +02:00
|
|
|
|
2020-05-03 05:06:10 +02:00
|
|
|
homepage = "https://hugoloveit.com"
|
2022-05-07 20:30:22 +02:00
|
|
|
demosite = "https://hugoloveit.com"
|
|
|
|
|
2019-02-03 12:30:44 +01:00
|
|
|
tags = [
|
|
|
|
"blog",
|
|
|
|
"clean",
|
|
|
|
"responsive",
|
|
|
|
"dark",
|
|
|
|
"theme"
|
|
|
|
]
|
|
|
|
features = [
|
|
|
|
"cover-image",
|
|
|
|
"favicon",
|
|
|
|
"multilingual",
|
|
|
|
"pagination",
|
|
|
|
"social-menu",
|
|
|
|
"syntax-highlighting",
|
2019-02-03 13:08:02 +01:00
|
|
|
"SEO Optimized"
|
2019-02-03 12:30:44 +01:00
|
|
|
]
|
2022-05-07 20:30:22 +02:00
|
|
|
|
2020-02-01 12:47:58 +01:00
|
|
|
min_version = "0.62.0"
|
2019-02-03 12:30:44 +01:00
|
|
|
|
|
|
|
[author]
|
2019-08-06 17:49:02 +02:00
|
|
|
name = "Dillon"
|
|
|
|
homepage = "https://dillonzq.com/"
|
2019-02-03 12:30:44 +01:00
|
|
|
|
|
|
|
[original]
|
2019-08-06 17:49:02 +02:00
|
|
|
name = "Fastbyte01"
|
|
|
|
homepage = "https://www.fsb01.com/"
|
|
|
|
repo = "https://github.com/Fastbyte01/KeepIt"
|