From 2da9bd3a21bea6033a512303694cbef46e2b1a9b Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Tue, 19 Nov 2019 21:57:51 -0500 Subject: [PATCH] Update theme.toml with author and primary Git host --- theme.toml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/theme.toml b/theme.toml index 43b7c7a..1418cee 100644 --- a/theme.toml +++ b/theme.toml @@ -3,19 +3,13 @@ name = "Basic Theme" license = "MIT" -licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" -description = "" -homepage = "http://example.com/" -tags = [] -features = [] -min_version = "0.41" +licenselink = "https://git.thecorams.net/kevin/basic-theme/src/branch/master/LICENSE.md" +description = "A very basic Hugo theme, with bare-boned layouts and no CSS." +homepage = "https://git.thecorams.net/kevin/basic-theme" +tags = ["minimal", "blog"] +features = ["blog"] +min_version = "0.59.1" [author] - name = "" - homepage = "" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" + name = "Kevin C. Coram" + homepage = "https://git.thecorams.net/kevin"