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:
authorDillon ZENG <dillonzq@outlook.com>2019-08-06 18:49:02 +0300
committerDillon ZENG <dillonzq@outlook.com>2019-08-06 18:49:02 +0300
commit96029eac3250779ffb8ff0febcafe209afe4762d (patch)
treea98d8b1e23e1e0de46c717653bbc83c6e48a35ee /theme.toml
parent7218a986187d5d2859483b2066a5a27e7fd5af63 (diff)
feat: KeepIt => LoveIt
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/theme.toml b/theme.toml
index 7c522d5..8ecc3d2 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 = "KeepIt"
+name = "LoveIt"
license = "MIT"
-licenselink = "https://github.com/Fastbyte01/KeepIt/blob/master/LICENSE"
+licenselink = "https://github.com/dillonzq/LoveIt/blob/master/LICENSE"
description = "A minimal and responsive theme for Hugo."
-homepage = "https://www.fsb01.com/"
+homepage = "https://dillonzq.com/"
tags = [
"blog",
"minimal",
@@ -27,10 +27,10 @@ features = [
min_version = "0.53"
[author]
- name = "Fastbyte01"
- homepage = "https://www.fsb01.com/"
+ name = "Dillon"
+ homepage = "https://dillonzq.com/"
[original]
- name = "LiuZhichao"
- homepage = "https://liuzhichao.com/"
- repo = "https://github.com/liuzc/LeaveIt/"
+ name = "Fastbyte01"
+ homepage = "https://www.fsb01.com/"
+ repo = "https://github.com/Fastbyte01/KeepIt"