From e46e122716b4f602491dd12ee78741463ec7fe51 Mon Sep 17 00:00:00 2001 From: breadcat Date: Fri, 19 Jun 2020 13:57:52 +0100 Subject: Fill out some theme fields --- themes/Brine/theme.toml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'themes/Brine') diff --git a/themes/Brine/theme.toml b/themes/Brine/theme.toml index ac44206..4a31a57 100644 --- a/themes/Brine/theme.toml +++ b/themes/Brine/theme.toml @@ -1,21 +1,13 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example name = "Brine" license = "MIT" -licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" -description = "" -homepage = "http://example.com/" -tags = [] -features = [] +licenselink = "https://github.com/breadcat/yourtheme/blob/master/LICENSE" +description = "A simple and minimal theme for blogs" +homepage = "https://minskio.co.uk/" +tags = ["blog", "minimal", "responsive"] +features = ["blog", "lightweight", "minimalist", "simple code"] min_version = "0.41.0" [author] - name = "" - homepage = "" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" + name = "Breadcat" + homepage = "https://minskio.co.uk/" -- cgit v1.2.3