From 4c0a119c4343414e3b3fefe1229439aeda163fc3 Mon Sep 17 00:00:00 2001 From: calintat Date: Sat, 8 Jul 2017 11:58:45 +0100 Subject: [PATCH] Added theme metadata in theme.toml --- theme.toml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/theme.toml b/theme.toml index c72e5c4..3cf5309 100644 --- a/theme.toml +++ b/theme.toml @@ -1,21 +1,12 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example - name = "Minimal" license = "MIT" -licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md" -description = "" -homepage = "http://siteforthistheme.com/" -tags = [] -features = [] +licenselink = "https://github.com/calintat/minimal/blob/master/LICENSE.md" +description = "Personal blog theme powered by Hugo" +homepage = "http://github.com/calintat/minimal/" +tags = ["blog", "minimal", "personal", "responsive"] +features = ["responsive"] min_version = "0.24.1" [author] - name = "" - homepage = "" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" + name = "Calin Tataru" + homepage = "https://calintat.github.io/"