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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-03-24 01:19:40 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-03-24 01:19:40 +0300
commitea780927d732182b4fca4192a59b275aa7754cc7 (patch)
treea4546e7101e359436769afd1bea04a4a2d12d38b
parent693f6aa3c180823fb219b163bae73cebd39977b6 (diff)
Updated theme.toml
-rw-r--r--theme.toml22
1 files changed, 8 insertions, 14 deletions
diff --git a/theme.toml b/theme.toml
index 10a8f2d..946ae71 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,21 +1,15 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-name = "Gazal"
+name = "ghazal"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
-description = ""
-homepage = "http://example.com/"
-tags = []
-features = []
+licenselink = "https://github.com/darshanbaral/ghazal/blob/master/LICENSE"
+description = "lightweight hugo theme for personal blogs"
+homepage = "https://github.com/darshanbaral/ghazal"
+tags = ["blog", "personal"]
+features = ["light weight", "blog", "responsive"]
min_version = "0.65"
[author]
- name = ""
- homepage = ""
-
-# If porting an existing theme
-[original]
- name = ""
- homepage = ""
- repo = ""
+ name = "Darshan Baral"
+ homepage = "https://www.darshanbaral.com/" \ No newline at end of file