Initial Commit

This commit is contained in:
Giuseppe Pignataro
2019-02-03 12:30:44 +01:00
parent 1b3dc687b8
commit a8a6c91421
95 changed files with 5246 additions and 0 deletions

36
theme.toml Normal file
View File

@@ -0,0 +1,36 @@
# 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/liuzc/LeaveIt/blob/master/LICENSE"
description = "A simple, clean blog theme for hugo."
homepage = "https://liuzhichao.com/"
tags = [
"blog",
"minimal",
"clean",
"responsive",
"gallery",
"dark",
"theme"
]
features = [
"cover-image",
"favicon",
"multilingual",
"pagination",
"social-menu",
"syntax-highlighting",
]
min_version = "0.53"
[author]
name = "Fastbyte01"
homepage = "https://www.fsb01.com/"
# If porting an existing theme
[original]
name = "LiuZhichao"
homepage = "https://liuzhichao.com/"
repo = "https://github.com/liuzc/LeaveIt/"