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

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-05-19 13:55:25 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-19 13:55:25 +0300
commitb73dee3a6de2ccc5eb2f54d1bcfd62af8b273a05 (patch)
treee6bd3bde89e2681268468ddeab8976f706f38bbc
parent312799defbfd58f041af8ee284eb1e458602d0dc (diff)
fix theme.toml
-rwxr-xr-xtheme.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 22f34d3..e5cebaa 100755
--- a/theme.toml
+++ b/theme.toml
@@ -1,5 +1,5 @@
name = "Tokiwa"
-license = "GPL"
+license = "MIT"
licenselink = "https://github.com/heyeshuang/hugo-theme-tokiwa/blob/master/LICENSE.md"
description = "A minimal blog theme inspired by the color tokiwa-iro (常磐色)."
homepage = "https://github.com/heyeshuang/hugo-theme-tokiwa"
@@ -10,3 +10,8 @@ min_version = "0.38"
[author]
name = "He Yeshuang"
homepage = "https://heysh.xyz"
+
+[original]
+ author = "Jim Frenette"
+ homepage = "https://jimfrenette.com/2019/02/hugo-static-site-generator-blank-starter-theme/"
+ repo = "https://github.com/jimfrenette/hugo-starter" \ No newline at end of file