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

github.com/darshanbaral/mero.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-03-03 20:53:44 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-03-03 20:53:44 +0300
commitb99c67f51169a572f7aa9c5a091229599154c83f (patch)
treedcaa698444dfec50407e7b285e17b9f22d913a5d
parentd790516d21b79ed83a573d4f414cc55774fd80b3 (diff)
Fixed name and homepage in theme.toml
-rw-r--r--theme.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.toml b/theme.toml
index 176749a..d907a65 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,8 +1,8 @@
-name = "Sanstha"
+name = "mero"
license = "MIT"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
description = "Theme for personal blogs"
-homepage = "http://example.org/"
+homepage = "https://github.com/darshanbaral/mero"
tags = ["Personal", "Blog", "Dark"]
features = ["Responsive"]
min_version = "0.41"