Update project description

This commit is contained in:
Meutel 2018-12-22 17:34:16 +01:00
parent 2884e266ba
commit 13dfc43bbd
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,9 @@
LeaveItFork Hugo Theme
======================
LeaveItFork is a fork of LeaveIt, with default dark theme, and minor modifications.
LeaveIt Hugo Theme
========================

View File

@ -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"