From 08f0f2fb0a613ca91cdd44fb2ba111e87dd2eb22 Mon Sep 17 00:00:00 2001 From: panr Date: Wed, 30 Jan 2019 10:33:43 +0100 Subject: [PATCH] Add homepage to theme.toml --- theme.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.toml b/theme.toml index c4125bb..0ddc50f 100644 --- a/theme.toml +++ b/theme.toml @@ -2,6 +2,7 @@ name = "hello-friend" license = "MIT" licenselink = "https://github.com/panr/hugo-theme-hello-friend/blob/master/LICENSE.md" description = "A simple theme for Hugo. That's it." +homepage = "https://github.com/panr/hugo-theme-hello-friend/" tags = ["blog", "clean", "customizable", "dark", "highlighting", "light", "minimal", "monochromatic", "multilingual", "personal", "responsive", "simple", "technical"] features = ["blog", "shortcode", "syntax Highlighting"] min_version = 0.30