From 1d6a5bb0c9df7611935aaa38a6c2606de2654467 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Mon, 2 Dec 2019 21:40:50 -0500 Subject: [PATCH] Update theme.toml for semantic-interweb details --- theme.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/theme.toml b/theme.toml index daf9ddb..c479668 100644 --- a/theme.toml +++ b/theme.toml @@ -1,13 +1,13 @@ # theme.toml template for a Hugo theme # See https://github.com/gohugoio/hugoThemes#themetoml for an example -name = "Basic Theme" +name = "Semantic IndieWeb" license = "MIT" -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"] +licenselink = "https://git.thecorams.net/kevin/semantic-indieweb/LICENSE.md" +description = "A minimal theme with HTML5 semantics, responsive design, and IndieWeb microformats" +homepage = "https://git.thecorams.net/kevin/semantic-indieweb" +tags = ["minimal", "blog", "responsive"] +features = ["blog", "indieweb"] min_version = "0.54.0" [author]