Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-02-03 14:30:44 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-02-03 14:30:44 +0300
commita8a6c91421511e3e0c5669ec0ffff0505f61da70 (patch)
treedf5dc0545bf08ed1cd8cb43c44bd76ca24a3fc4d /theme.toml
parent1b3dc687b8bb7a6bc348f07aca1b64af93aff24b (diff)
Initial Commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml36
1 files changed, 36 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..288fb1c
--- /dev/null
+++ b/theme.toml
@@ -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/"