hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit 4936ae52ebb8bf89666b968aa929d5c760b2dc59
parent 130d33300fe78cbee8a01d29992064c8dea5e6ea
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 23 Jun 2018 08:06:06 -0500

Update theme.toml.

Diffstat:
Mtheme.toml | 15++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/theme.toml b/theme.toml
@@ -1,12 +1,17 @@
-name = "soresu"
+name = "hugo-soresu"
 license = "MIT"
-licenselink = "https://github.com/shimmy1996/soresu/blob/master/LICENSE"
+licenselink = "https://github.com/shimmy1996/hugo-soresu/blob/master/LICENSE"
 description = "An elegent theme for a more civialized age. Forked from hugo-xmin."
-homepage = ""
-tags = ["minimal", "blog", "personal", "clean", "simple", "starter", "minimalist"]
-features = ["blog", "multilingual"]
+homepage = "https://github.com/shimmy1996/hugo-soresu"
+tags = ["blog", "clean", "light", "minimal", "simple"]
+features = ["isso", "latex", "multilingual"]
 min_version = "0.18"
 
 [author]
   name = "Shimmy Xu"
   homepage = "https://www.shimmy1996.com"
+
+[original]
+  name = "hugo-xmin"
+  homepage = "https://yihui.name"
+  repo = "https://github.com/yihui/hugo-xmin"