LoveIt/theme.toml
Giuseppe Pignataro 87f67701e6 Minor changes
2019-02-03 13:08:02 +01:00

36 lines
750 B
TOML

# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "KeepIt"
license = "MIT"
licenselink = "https://github.com/Fastbyte01/KeepIt/blob/master/LICENSE"
description = "A minimal and responsive theme for Hugo."
homepage = "https://www.fsb01.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 = "Fastbyte01"
homepage = "https://www.fsb01.com/"
[original]
name = "LiuZhichao"
homepage = "https://liuzhichao.com/"
repo = "https://github.com/liuzc/LeaveIt/"