LoveIt/theme.toml

38 lines
700 B
TOML
Raw Normal View History

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"
description = "A Clean, Elegant but Advanced Hugo Theme for Hugo."
homepage = "https://hugoloveit.com"
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
]
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"