LeaveItFork/theme.toml

35 lines
757 B
TOML
Raw Normal View History

2018-09-12 16:14:09 +00:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
2018-12-22 16:34:16 +00:00
name = "LeaveItFork"
2018-09-12 16:14:09 +00:00
license = "MIT"
2018-12-22 16:34:16 +00:00
licenselink = "https://git.meutel.net/meutel/LeaveItFork/src/branch/master/LICENSE"
2018-09-12 16:14:09 +00:00
description = "A simple, clean blog theme for hugo."
2018-12-22 16:34:16 +00:00
homepage = "https://git.meutel.net/meutel/LeaveItFork"
2018-09-12 16:14:09 +00:00
tags = [
"blog",
"minimal",
"clean",
"responsive",
"gallery",
"dark",
"theme"
]
features = [
"cover-image",
"favicon",
"multilingual",
"pagination",
"social-menu",
"syntax-highlighting",
]
min_version = "0.41"
[author]
2018-12-22 16:34:16 +00:00
name = "meutel"
homepage = "https://www.meutel.net"
[original]
2018-09-12 16:14:09 +00:00
name = "LiuZhichao"
homepage = "https://liuzhichao.com/"
2018-12-22 16:34:16 +00:00
repo = "https://github.com/liuzc/LeaveIt"