LoveIt/theme.toml

37 lines
750 B
TOML
Raw Normal View History

2019-02-03 12:30:44 +01:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "KeepIt"
license = "MIT"
2019-02-03 13:08:02 +01:00
licenselink = "https://github.com/Fastbyte01/KeepIt/blob/master/LICENSE"
description = "A minimal and responsive theme for Hugo."
homepage = "https://www.fsb01.com/"
2019-02-03 12:30:44 +01:00
tags = [
"blog",
"minimal",
"clean",
"responsive",
"gallery",
"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.53"
[author]
name = "Fastbyte01"
homepage = "https://www.fsb01.com/"
[original]
name = "LiuZhichao"
homepage = "https://liuzhichao.com/"
repo = "https://github.com/liuzc/LeaveIt/"