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