Update theme.toml with author and primary Git host

pull/1/head
Kevin C. Coram 2019-11-19 21:57:51 -05:00
parent 8b8f3abc41
commit 2da9bd3a21
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 8 additions and 14 deletions

View File

@ -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"