From 13dfc43bbd5492bbbf743e15bc8df985d95f9457 Mon Sep 17 00:00:00 2001 From: meutel Date: Sat, 22 Dec 2018 17:34:16 +0100 Subject: [PATCH] Update project description --- README.md | 6 ++++++ theme.toml | 11 ++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7d19fc..9aa1ea8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +LeaveItFork Hugo Theme +====================== + +LeaveItFork is a fork of LeaveIt, with default dark theme, and minor modifications. + + LeaveIt Hugo Theme ======================== diff --git a/theme.toml b/theme.toml index a659507..cf468d2 100644 --- a/theme.toml +++ b/theme.toml @@ -1,11 +1,11 @@ # theme.toml template for a Hugo theme # See https://github.com/gohugoio/hugoThemes#themetoml for an example -name = "LeaveIt" +name = "LeaveItFork" license = "MIT" -licenselink = "https://github.com/liuzc/LeaveIt/blob/master/LICENSE" +licenselink = "https://git.meutel.net/meutel/LeaveItFork/src/branch/master/LICENSE" description = "A simple, clean blog theme for hugo." -homepage = "https://liuzhichao.com/" +homepage = "https://git.meutel.net/meutel/LeaveItFork" tags = [ "blog", "minimal", @@ -26,5 +26,10 @@ features = [ 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" \ No newline at end of file