From ea780927d732182b4fca4192a59b275aa7754cc7 Mon Sep 17 00:00:00 2001 From: Darshan Baral Date: Mon, 23 Mar 2020 15:19:40 -0700 Subject: Updated theme.toml --- theme.toml | 22 ++++++++-------------- 1 file 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 -- cgit v1.2.3